Shades of Citron #809F0C
Tints of Citron #809F0C
RGB
CMYK
RGB Variations
Color information
#809F0C (or 0x809F0C) is known color: Citron. HEX triplet: 80, 9F and 0C. RGB value is (128,159,12). Sum of RGB (Red+Green+Blue) = 128+159+12=299 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.81% from 299); Green value is 159 (62.5% from 255 or 53.18% from 299); Blue value is 12 (5.08% from 255 or 4.01% from 299); Max value from RGB is 159 - color contains mainly: green. Hex color #809F0C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #809F0C is #7F60F3. Grayscale: #858585. Windows color (decimal): -8347892 or 827264. OLE color: 827264.
HSL color Cylindrical-coordinate representation of color #809F0C: hue angle of 72.65º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #809F0C is Cyan = 0.19, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 128 | 159 | 12 | - |
| CMYK | 0.19 | 0 | 0.92 | 0.38 |
| HSL | 72.65º | 0.86% | 0.34% | - |
| HSV(B) | 72.65º | 0.92% | 0.62% | - |
| XYZ | 21.37 | 29.41 | 4.9 | - |
| YUV | 132.97 | 59.73 | 124.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 159 | 12 | 0.19 | 0 | 0.92 | 0.38 | 72.65 | 0.86 | 0.34 |
| Hex | 80 | 9F | C | 13 | 0 | 5C | 26 | 49 | 56 | 22 |
| Octal | 200 | 237 | 14 | 23 | 0 | 134 | 46 | 111 | 126 | 42 |
| Binary | 10000000 | 10011111 | 1100 | 10011 | 0 | 1011100 | 100110 | 1001001 | 1010110 | 100010 |
Color Harmonies of #809F0C
Complementary color
Monochromatic Colors of #809F0C
Black with #809F0C
Text Example
Text Example
White with #809F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #809F0C; }
p { color: rgb(128,159,12); }
H1.HeaderClassName
{
color: #809F0C;
}
.AnyTagClassName
{
color: #809F0C;
}
</style>
background-color css
<style>
a { background-color: #809F0C; }
a { background-color: rgb(128,159,12); }
div.DivClassName
{
background-color: #809F0C;
}
.BgClassName
{
background-color: #809F0C;
}
</style>
border-color css
<style>
span { border-color: #809F0C; }
span { border-color: rgb(128,159,12); }
td.TdClassName
{
border-color: #809F0C;
}
.TagClassName
{
border-color: #809F0C;
}
</style>