#8E8C21

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

Shades of Citron #8E8C21

Tints of Citron #8E8C21

Color information

#8E8C21 (or 0x8E8C21) is unknown color: approx Citron. HEX triplet: 8E, 8C and 21. RGB value is (142,140,33). Sum of RGB (Red+Green+Blue) = 142+140+33=315 (41% of max value = 765). Red value is 142 (55.86% from 255 or 45.08% from 315); Green value is 140 (55.08% from 255 or 44.44% from 315); Blue value is 33 (13.28% from 255 or 10.48% from 315); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8C21 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E8C21 is #7173DE. Grayscale: #808080. Windows color (decimal): -7435231 or 2198670. OLE color: 2198670.

HSL color Cylindrical-coordinate representation of color #8E8C21: hue angle of 58.9º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8E8C21 is Cyan = 0, Magento = 0.01, Yellow = 0.77 and Black (K on CMYK) = 0.44.

Color convert

RGB14214033-
CMYK00.010.770.44
HSL58.9º62.29%34.31%-
HSV(B)58.9º76.76%55.69%-
XYZ20.8124.625.09-
YUV128.474.16137.7-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 45.08%
GREEN value IS 140 (55.08% from 255) = 44.44%
BLUE value IS 33 (13.28% from 255) = 10.48%
R=45.08%
G=44.44%
B=10.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.77
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421403300.010.770.4458.962.2934.31
Hex8E8C21014D2C3b3e22
Octal216214410111554737642
Binary1000111010001100100001011001101101100111011111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E8C21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,140,33); }

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

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

 a { background-color: rgb(142,140,33); }

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

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

 span { border-color: rgb(142,140,33); }

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