Shades of Citron #819F0D
Tints of Citron #819F0D
RGB
CMYK
RGB Variations
Color information
#819F0D (or 0x819F0D) is known color: Citron. HEX triplet: 81, 9F and 0D. RGB value is (129,159,13). Sum of RGB (Red+Green+Blue) = 129+159+13=301 (39% of max value = 765). Red value is 129 (50.78% from 255 or 42.86% from 301); Green value is 159 (62.5% from 255 or 52.82% from 301); Blue value is 13 (5.47% from 255 or 4.32% from 301); Max value from RGB is 159 - color contains mainly: green. Hex color #819F0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #819F0D is #7E60F2. Grayscale: #858585. Windows color (decimal): -8282355 or 892801. OLE color: 892801.
HSL color Cylindrical-coordinate representation of color #819F0D: hue angle of 72.33º degrees, saturation: 0.85, 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 #819F0D is Cyan = 0.19, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 129 | 159 | 13 | - |
| CMYK | 0.19 | 0 | 0.92 | 0.38 |
| HSL | 72.33º | 0.85% | 0.34% | - |
| HSV(B) | 72.33º | 0.92% | 0.62% | - |
| XYZ | 21.52 | 29.49 | 4.94 | - |
| YUV | 133.39 | 60.06 | 124.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 159 | 13 | 0.19 | 0 | 0.92 | 0.38 | 72.33 | 0.85 | 0.34 |
| Hex | 81 | 9F | D | 13 | 0 | 5C | 26 | 48 | 55 | 22 |
| Octal | 201 | 237 | 15 | 23 | 0 | 134 | 46 | 110 | 125 | 42 |
| Binary | 10000001 | 10011111 | 1101 | 10011 | 0 | 1011100 | 100110 | 1001000 | 1010101 | 100010 |
Color Harmonies of #819F0D
Complementary color
Monochromatic Colors of #819F0D
Black with #819F0D
Text Example
Text Example
White with #819F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819F0D; }
p { color: rgb(129,159,13); }
H1.HeaderClassName
{
color: #819F0D;
}
.AnyTagClassName
{
color: #819F0D;
}
</style>
background-color css
<style>
a { background-color: #819F0D; }
a { background-color: rgb(129,159,13); }
div.DivClassName
{
background-color: #819F0D;
}
.BgClassName
{
background-color: #819F0D;
}
</style>
border-color css
<style>
span { border-color: #819F0D; }
span { border-color: rgb(129,159,13); }
td.TdClassName
{
border-color: #819F0D;
}
.TagClassName
{
border-color: #819F0D;
}
</style>