#8B8E14

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

Shades of Citron #8B8E14

Tints of Citron #8B8E14

Color information

#8B8E14 (or 0x8B8E14) is unknown color: approx Citron. HEX triplet: 8B, 8E and 14. RGB value is (139,142,20). Sum of RGB (Red+Green+Blue) = 139+142+20=301 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.18% from 301); Green value is 142 (55.86% from 255 or 47.18% from 301); Blue value is 20 (8.20% from 255 or 6.64% from 301); Max value from RGB is 142 - color contains mainly: green. Hex color #8B8E14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8B8E14 is #7471EB. Grayscale: #7F7F7F. Windows color (decimal): -7631340 or 1347211. OLE color: 1347211.

HSL color Cylindrical-coordinate representation of color #8B8E14: hue angle of 61.48º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8B8E14 is Cyan = 0.02, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.44.

Color convert

RGB13914220-
CMYK0.0200.860.44
HSL61.48º75.31%31.76%-
HSV(B)61.48º85.92%55.69%-
XYZ20.4524.894.39-
YUV127.267.51136.42-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 46.18%
GREEN value IS 142 (55.86% from 255) = 47.18%
BLUE value IS 20 (8.20% from 255) = 6.64%
R=46.18%
G=47.18%
B=6.64%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal139142200.0200.860.4461.4875.3131.76
Hex8B8E1420562C3d4b20
Octal2132162420126547511340
Binary10001011100011101010010010101101011001111011001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,142,20); }

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

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

 a { background-color: rgb(139,142,20); }

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

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

 span { border-color: rgb(139,142,20); }

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