#8C9706

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

Shades of Citron #8C9706

Tints of Citron #8C9706

Color information

#8C9706 (or 0x8C9706) is unknown color: approx Citron. HEX triplet: 8C, 97 and 06. RGB value is (140,151,6). Sum of RGB (Red+Green+Blue) = 140+151+6=297 (39% of max value = 765). Red value is 140 (55.08% from 255 or 47.14% from 297); Green value is 151 (59.38% from 255 or 50.84% from 297); Blue value is 6 (2.73% from 255 or 2.02% from 297); Max value from RGB is 151 - color contains mainly: green. Hex color #8C9706 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8C9706 is #7368F9. Grayscale: #838383. Windows color (decimal): -7563514 or 432012. OLE color: 432012.

HSL color Cylindrical-coordinate representation of color #8C9706: hue angle of 64.55º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8C9706 is Cyan = 0.07, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.41.

Color convert

RGB1401516-
CMYK0.0700.960.41
HSL64.55º92.36%30.78%-
HSV(B)64.55º96.03%59.22%-
XYZ21.9127.724.37-
YUV131.1857.36134.29-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 47.14%
GREEN value IS 151 (59.38% from 255) = 50.84%
BLUE value IS 6 (2.73% from 255) = 2.02%
R=47.14%
G=50.84%
B=2.02%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal14015160.0700.960.4164.5592.3630.78
Hex8C976706029415c1f
Octal2142276701405110113437
Binary1000110010010111110111011000001010011000001101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C9706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,151,6); }

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

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

 a { background-color: rgb(140,151,6); }

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

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

 span { border-color: rgb(140,151,6); }

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