#8B972C

Color #8B972C Citron (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Citron #8B972C

Tints of Citron #8B972C

Color information

#8B972C (or 0x8B972C) is unknown color: approx Citron. HEX triplet: 8B, 97 and 2C. RGB value is (139,151,44). Sum of RGB (Red+Green+Blue) = 139+151+44=334 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.62% from 334); Green value is 151 (59.38% from 255 or 45.21% from 334); Blue value is 44 (17.58% from 255 or 13.17% from 334); Max value from RGB is 151 - color contains mainly: green. Hex color #8B972C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8B972C is #7468D3. Grayscale: #878787. Windows color (decimal): -7629012 or 2922379. OLE color: 2922379.

HSL color Cylindrical-coordinate representation of color #8B972C: hue angle of 66.73º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8B972C is Cyan = 0.08, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.41.

Color convert

RGB13915144-
CMYK0.0800.710.41
HSL66.73º54.87%38.24%-
HSV(B)66.73º70.86%59.22%-
XYZ22.1727.86.58-
YUV135.2176.52130.7-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 139 (54.69% from 255) = 41.62%
GREEN value IS 151 (59.38% from 255) = 45.21%
BLUE value IS 44 (17.58% from 255) = 13.17%
R=41.62%
G=45.21%
B=13.17%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal139151440.0800.710.4166.7354.8738.24
Hex8B972C804729433726
Octal21322754100107511036746
Binary10001011100101111011001000010001111010011000011110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B972C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B972C; }

 p { color: rgb(139,151,44); }

 H1.HeaderClassName
 {
   color: #8B972C;
 }
 .AnyTagClassName
 {
   color: #8B972C;
 }
</style>
background-color css

<style>
 a { background-color: #8B972C; }

 a { background-color: rgb(139,151,44); }

 div.DivClassName
 {
   background-color: #8B972C;
 }
 .BgClassName
 {
   background-color: #8B972C;
 }
</style>
border-color css

<style>
 span { border-color: #8B972C; }

 span { border-color: rgb(139,151,44); }

 td.TdClassName
 {
   border-color: #8B972C;
 }
 .TagClassName
 {
   border-color: #8B972C;
 }
</style>