#8C9B06

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

Shades of Citron #8C9B06

Tints of Citron #8C9B06

Color information

#8C9B06 (or 0x8C9B06) is unknown color: approx Citron. HEX triplet: 8C, 9B and 06. RGB value is (140,155,6). Sum of RGB (Red+Green+Blue) = 140+155+6=301 (39% of max value = 765). Red value is 140 (55.08% from 255 or 46.51% from 301); Green value is 155 (60.94% from 255 or 51.50% from 301); Blue value is 6 (2.73% from 255 or 1.99% from 301); Max value from RGB is 155 - color contains mainly: green. Hex color #8C9B06 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8C9B06 is #7364F9. Grayscale: #868686. Windows color (decimal): -7562490 or 433036. OLE color: 433036.

HSL color Cylindrical-coordinate representation of color #8C9B06: hue angle of 66.04º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8C9B06 is Cyan = 0.10, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.39.

Color convert

RGB1401556-
CMYK0.1000.960.39
HSL66.04º92.55%31.57%-
HSV(B)66.04º96.13%60.78%-
XYZ22.5729.034.59-
YUV133.5356.03132.62-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 46.51%
GREEN value IS 155 (60.94% from 255) = 51.50%
BLUE value IS 6 (2.73% from 255) = 1.99%
R=46.51%
G=51.50%
B=1.99%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal14015560.1000.960.3966.0492.5531.57
Hex8C9B6A06027425d20
Octal21423361201404710213540
Binary100011001001101111010100110000010011110000101011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C9B06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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