#809112

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

Shades of Citron #809112

Tints of Citron #809112

Color information

#809112 (or 0x809112) is unknown color: approx Citron. HEX triplet: 80, 91 and 12. RGB value is (128,145,18). Sum of RGB (Red+Green+Blue) = 128+145+18=291 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.99% from 291); Green value is 145 (57.03% from 255 or 49.83% from 291); Blue value is 18 (7.42% from 255 or 6.19% from 291); Max value from RGB is 145 - color contains mainly: green. Hex color #809112 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #809112 is #7F6EED. Grayscale: #7D7D7D. Windows color (decimal): -8351470 or 1216896. OLE color: 1216896.

HSL color Cylindrical-coordinate representation of color #809112: hue angle of 68.03º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #809112 is Cyan = 0.12, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.43.

Color convert

RGB12814518-
CMYK0.1200.880.43
HSL68.03º77.91%31.96%-
HSV(B)68.03º87.59%56.86%-
XYZ19.1424.884.37-
YUV125.4467.37129.83-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 43.99%
GREEN value IS 145 (57.03% from 255) = 49.83%
BLUE value IS 18 (7.42% from 255) = 6.19%
R=43.99%
G=49.83%
B=6.19%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal128145180.1200.880.4368.0377.9131.96
Hex809112C0582B444e20
Octal200221221401305310411640
Binary10000000100100011001011000101100010101110001001001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #809112; }

 p { color: rgb(128,145,18); }

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

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

 a { background-color: rgb(128,145,18); }

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

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

 span { border-color: rgb(128,145,18); }

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