Shades of Citron #809E17
Tints of Citron #809E17
RGB
CMYK
RGB Variations
Color information
#809E17 (or 0x809E17) is known color: Citron. HEX triplet: 80, 9E and 17. RGB value is (128,158,23). Sum of RGB (Red+Green+Blue) = 128+158+23=309 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.42% from 309); Green value is 158 (62.11% from 255 or 51.13% from 309); Blue value is 23 (9.38% from 255 or 7.44% from 309); Max value from RGB is 158 - color contains mainly: green. Hex color #809E17 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #809E17 is #7F61E8. Grayscale: #868686. Windows color (decimal): -8348137 or 1547904. OLE color: 1547904.
HSL color Cylindrical-coordinate representation of color #809E17: hue angle of 73.33º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #809E17 is Cyan = 0.19, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 128 | 158 | 23 | - |
| CMYK | 0.19 | 0 | 0.85 | 0.38 |
| HSL | 73.33º | 0.75% | 0.35% | - |
| HSV(B) | 73.33º | 0.85% | 0.62% | - |
| XYZ | 21.28 | 29.1 | 5.31 | - |
| YUV | 133.64 | 65.56 | 123.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 158 | 23 | 0.19 | 0 | 0.85 | 0.38 | 73.33 | 0.75 | 0.35 |
| Hex | 80 | 9E | 17 | 13 | 0 | 55 | 26 | 49 | 4B | 23 |
| Octal | 200 | 236 | 27 | 23 | 0 | 125 | 46 | 111 | 113 | 43 |
| Binary | 10000000 | 10011110 | 10111 | 10011 | 0 | 1010101 | 100110 | 1001001 | 1001011 | 100011 |
Color Harmonies of #809E17
Complementary color
Monochromatic Colors of #809E17
Black with #809E17
Text Example
Text Example
White with #809E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #809E17; }
p { color: rgb(128,158,23); }
H1.HeaderClassName
{
color: #809E17;
}
.AnyTagClassName
{
color: #809E17;
}
</style>
background-color css
<style>
a { background-color: #809E17; }
a { background-color: rgb(128,158,23); }
div.DivClassName
{
background-color: #809E17;
}
.BgClassName
{
background-color: #809E17;
}
</style>
border-color css
<style>
span { border-color: #809E17; }
span { border-color: rgb(128,158,23); }
td.TdClassName
{
border-color: #809E17;
}
.TagClassName
{
border-color: #809E17;
}
</style>