Shades of Citron #809116
Tints of Citron #809116
RGB
CMYK
RGB Variations
Color information
#809116 (or 0x809116) is known color: 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
| RGB | 128 | 145 | 22 | - |
| CMYK | 0.12 | 0 | 0.85 | 0.43 |
| HSL | 68.29º | 0.74% | 0.33% | - |
| HSV(B) | 68.29º | 0.85% | 0.57% | - |
| XYZ | 19.17 | 24.9 | 4.55 | - |
| YUV | 125.9 | 69.37 | 129.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 145 | 22 | 0.12 | 0 | 0.85 | 0.43 | 68.29 | 0.74 | 0.33 |
| Hex | 80 | 91 | 16 | C | 0 | 55 | 2B | 44 | 4A | 21 |
| Octal | 200 | 221 | 26 | 14 | 0 | 125 | 53 | 104 | 112 | 41 |
| Binary | 10000000 | 10010001 | 10110 | 1100 | 0 | 1010101 | 101011 | 1000100 | 1001010 | 100001 |
Color Harmonies of #809116
Complementary color
Monochromatic Colors of #809116
Black with #809116
Text Example
Text Example
White with #809116
Text Example
Text Example
HTML Codes & Css Web 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>