#8C9E20

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

Shades of Citron #8C9E20

Tints of Citron #8C9E20

Color information

#8C9E20 (or 0x8C9E20) is unknown color: approx Citron. HEX triplet: 8C, 9E and 20. RGB value is (140,158,32). Sum of RGB (Red+Green+Blue) = 140+158+32=330 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.42% from 330); Green value is 158 (62.11% from 255 or 47.88% from 330); Blue value is 32 (12.89% from 255 or 9.70% from 330); Max value from RGB is 158 - color contains mainly: green. Hex color #8C9E20 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C9E20 is #7361DF. Grayscale: #8A8A8A. Windows color (decimal): -7561696 or 2137740. OLE color: 2137740.

HSL color Cylindrical-coordinate representation of color #8C9E20: hue angle of 68.57º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8C9E20 is Cyan = 0.11, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.38.

Color convert

RGB14015832-
CMYK0.1100.800.38
HSL68.57º66.32%37.25%-
HSV(B)68.57º79.75%61.96%-
XYZ23.330.135.95-
YUV138.2568.04129.25-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 42.42%
GREEN value IS 158 (62.11% from 255) = 47.88%
BLUE value IS 32 (12.89% from 255) = 9.70%
R=42.42%
G=47.88%
B=9.70%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal140158320.1100.800.3868.5766.3237.25
Hex8C9E20B05026454225
Octal214236401301204610510245
Binary100011001001111010000010110101000010011010001011000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C9E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,158,32); }

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

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

 a { background-color: rgb(140,158,32); }

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

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

 span { border-color: rgb(140,158,32); }

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