#809116

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

Shades of Citron #809116

Tints of Citron #809116

Color information

#809116 (or 0x809116) is unknown color: approx Citron. HEX triplet: 80, 91 and 16. RGB value is (128,145,22). Sum of RGB (Red+Green+Blue) = 128+145+22=295 (39% of max value = 765). Red value is 128 (50.39% from 255 or 43.39% from 295); Green value is 145 (57.03% from 255 or 49.15% from 295); Blue value is 22 (8.98% from 255 or 7.46% from 295); Max value from RGB is 145 - color contains mainly: green. Hex color #809116 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #809116 is #7F6EE9. Grayscale: #7E7E7E. Windows color (decimal): -8351466 or 1479040. OLE color: 1479040.

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

Color convert

RGB12814522-
CMYK0.1200.850.43
HSL68.29º73.65%32.75%-
HSV(B)68.29º84.83%56.86%-
XYZ19.1724.94.55-
YUV125.969.37129.5-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 43.39%
GREEN value IS 145 (57.03% from 255) = 49.15%
BLUE value IS 22 (8.98% from 255) = 7.46%
R=43.39%
G=49.15%
B=7.46%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal128145220.1200.850.4368.2973.6532.75
Hex809116C0552B444a21
Octal200221261401255310411241
Binary10000000100100011011011000101010110101110001001001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #809116; }

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

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

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

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

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

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

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

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