Shades of Citron #809D10
Tints of Citron #809D10
RGB
CMYK
RGB Variations
Color information
#809D10 (or 0x809D10) is known color: Citron. HEX triplet: 80, 9D and 10. RGB value is (128,157,16). Sum of RGB (Red+Green+Blue) = 128+157+16=301 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.52% from 301); Green value is 157 (61.72% from 255 or 52.16% from 301); Blue value is 16 (6.64% from 255 or 5.32% from 301); Max value from RGB is 157 - color contains mainly: green. Hex color #809D10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #809D10 is #7F62EF. Grayscale: #848484. Windows color (decimal): -8348400 or 1088896. OLE color: 1088896.
HSL color Cylindrical-coordinate representation of color #809D10: hue angle of 72.34º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #809D10 is Cyan = 0.18, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 128 | 157 | 16 | - |
| CMYK | 0.18 | 0 | 0.90 | 0.38 |
| HSL | 72.34º | 0.82% | 0.34% | - |
| HSV(B) | 72.34º | 0.9% | 0.62% | - |
| XYZ | 21.05 | 28.74 | 4.93 | - |
| YUV | 132.26 | 62.39 | 124.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 157 | 16 | 0.18 | 0 | 0.90 | 0.38 | 72.34 | 0.82 | 0.34 |
| Hex | 80 | 9D | 10 | 12 | 0 | 5A | 26 | 48 | 52 | 22 |
| Octal | 200 | 235 | 20 | 22 | 0 | 132 | 46 | 110 | 122 | 42 |
| Binary | 10000000 | 10011101 | 10000 | 10010 | 0 | 1011010 | 100110 | 1001000 | 1010010 | 100010 |
Color Harmonies of #809D10
Complementary color
Monochromatic Colors of #809D10
Black with #809D10
Text Example
Text Example
White with #809D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #809D10; }
p { color: rgb(128,157,16); }
H1.HeaderClassName
{
color: #809D10;
}
.AnyTagClassName
{
color: #809D10;
}
</style>
background-color css
<style>
a { background-color: #809D10; }
a { background-color: rgb(128,157,16); }
div.DivClassName
{
background-color: #809D10;
}
.BgClassName
{
background-color: #809D10;
}
</style>
border-color css
<style>
span { border-color: #809D10; }
span { border-color: rgb(128,157,16); }
td.TdClassName
{
border-color: #809D10;
}
.TagClassName
{
border-color: #809D10;
}
</style>