#8B9E0C

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

Shades of Citron #8B9E0C

Tints of Citron #8B9E0C

Color information

#8B9E0C (or 0x8B9E0C) is unknown color: approx Citron. HEX triplet: 8B, 9E and 0C. RGB value is (139,158,12). Sum of RGB (Red+Green+Blue) = 139+158+12=309 (40% of max value = 765). Red value is 139 (54.69% from 255 or 44.98% from 309); Green value is 158 (62.11% from 255 or 51.13% from 309); Blue value is 12 (5.08% from 255 or 3.88% from 309); Max value from RGB is 158 - color contains mainly: green. Hex color #8B9E0C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8B9E0C is #7461F3. Grayscale: #888888. Windows color (decimal): -7627252 or 827019. OLE color: 827019.

HSL color Cylindrical-coordinate representation of color #8B9E0C: hue angle of 67.81º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8B9E0C is Cyan = 0.12, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.38.

Color convert

RGB13915812-
CMYK0.1200.920.38
HSL67.81º85.88%33.33%-
HSV(B)67.81º92.41%61.96%-
XYZ22.9429.974.92-
YUV135.6758.21130.37-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 44.98%
GREEN value IS 158 (62.11% from 255) = 51.13%
BLUE value IS 12 (5.08% from 255) = 3.88%
R=44.98%
G=51.13%
B=3.88%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal139158120.1200.920.3867.8185.8833.33
Hex8B9ECC05C26445621
Octal213236141401344610412641
Binary1000101110011110110011000101110010011010001001010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B9E0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,158,12); }

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

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

 a { background-color: rgb(139,158,12); }

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

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

 span { border-color: rgb(139,158,12); }

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