Shades of Citron #809917
Tints of Citron #809917
RGB
CMYK
RGB Variations
Color information
#809917 (or 0x809917) is known color: Citron. HEX triplet: 80, 99 and 17. RGB value is (128,153,23). Sum of RGB (Red+Green+Blue) = 128+153+23=304 (40% of max value = 765). Red value is 128 (50.39% from 255 or 42.11% from 304); Green value is 153 (60.16% from 255 or 50.33% from 304); Blue value is 23 (9.38% from 255 or 7.57% from 304); Max value from RGB is 153 - color contains mainly: green. Hex color #809917 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #809917 is #7F66E8. Grayscale: #838383. Windows color (decimal): -8349417 or 1546624. OLE color: 1546624.
HSL color Cylindrical-coordinate representation of color #809917: hue angle of 71.54º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #809917 is Cyan = 0.16, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 128 | 153 | 23 | - |
| CMYK | 0.16 | 0 | 0.85 | 0.4 |
| HSL | 71.54º | 0.74% | 0.35% | - |
| HSV(B) | 71.54º | 0.85% | 0.6% | - |
| XYZ | 20.45 | 27.43 | 5.03 | - |
| YUV | 130.71 | 67.22 | 126.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 153 | 23 | 0.16 | 0 | 0.85 | 0.4 | 71.54 | 0.74 | 0.35 |
| Hex | 80 | 99 | 17 | 10 | 0 | 55 | 28 | 48 | 4A | 23 |
| Octal | 200 | 231 | 27 | 20 | 0 | 125 | 50 | 110 | 112 | 43 |
| Binary | 10000000 | 10011001 | 10111 | 10000 | 0 | 1010101 | 101000 | 1001000 | 1001010 | 100011 |
Color Harmonies of #809917
Complementary color
Monochromatic Colors of #809917
Black with #809917
Text Example
Text Example
White with #809917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #809917; }
p { color: rgb(128,153,23); }
H1.HeaderClassName
{
color: #809917;
}
.AnyTagClassName
{
color: #809917;
}
</style>
background-color css
<style>
a { background-color: #809917; }
a { background-color: rgb(128,153,23); }
div.DivClassName
{
background-color: #809917;
}
.BgClassName
{
background-color: #809917;
}
</style>
border-color css
<style>
span { border-color: #809917; }
span { border-color: rgb(128,153,23); }
td.TdClassName
{
border-color: #809917;
}
.TagClassName
{
border-color: #809917;
}
</style>