#809e0c

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

Shades of Citron #809E0C

Tints of Citron #809E0C

Color information

#809E0C (or 0x809E0C) is unknown color: approx Citron. HEX triplet: 80, 9E and 0C. RGB value is (128,158,12). Sum of RGB (Red+Green+Blue) = 128+158+12=298 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.95% from 298); Green value is 158 (62.11% from 255 or 53.02% from 298); Blue value is 12 (5.08% from 255 or 4.03% from 298); Max value from RGB is 158 - color contains mainly: green. Hex color #809E0C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #809E0C is #7F61F3. Grayscale: #848484. Windows color (decimal): -8348148 or 827008. OLE color: 827008.

HSL color Cylindrical-coordinate representation of color #809E0C: hue angle of 72.33º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #809E0C is Cyan = 0.19, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.38.

Color convert

RGB12815812-
CMYK0.1900.920.38
HSL72.33º85.88%33.33%-
HSV(B)72.33º92.41%61.96%-
XYZ21.229.074.84-
YUV132.3960.06124.87-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 42.95%
GREEN value IS 158 (62.11% from 255) = 53.02%
BLUE value IS 12 (5.08% from 255) = 4.03%
R=42.95%
G=53.02%
B=4.03%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal128158120.1900.920.3872.3385.8833.33
Hex809EC1305C26485621
Octal200236142301344611012641
Binary10000000100111101100100110101110010011010010001010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809e0c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #809e0c; }

 p { color: rgb(128,158,12); }

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

<style>
 a { background-color: #809e0c; }

 a { background-color: rgb(128,158,12); }

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

<style>
 span { border-color: #809e0c; }

 span { border-color: rgb(128,158,12); }

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