Shades of Citron #819F06
Tints of Citron #819F06
RGB
CMYK
RGB Variations
Color information
#819F06 (or 0x819F06) is known color: Citron. HEX triplet: 81, 9F and 06. RGB value is (129,159,6). Sum of RGB (Red+Green+Blue) = 129+159+6=294 (38% of max value = 765). Red value is 129 (50.78% from 255 or 43.88% from 294); Green value is 159 (62.5% from 255 or 54.08% from 294); Blue value is 6 (2.73% from 255 or 2.04% from 294); Max value from RGB is 159 - color contains mainly: green. Hex color #819F06 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #819F06 is #7E60F9. Grayscale: #858585. Windows color (decimal): -8282362 or 434049. OLE color: 434049.
HSL color Cylindrical-coordinate representation of color #819F06: hue angle of 71.76º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #819F06 is Cyan = 0.19, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 129 | 159 | 6 | - |
| CMYK | 0.19 | 0 | 0.96 | 0.38 |
| HSL | 71.76º | 0.93% | 0.32% | - |
| HSV(B) | 71.76º | 0.96% | 0.62% | - |
| XYZ | 21.48 | 29.48 | 4.73 | - |
| YUV | 132.59 | 56.56 | 125.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 159 | 6 | 0.19 | 0 | 0.96 | 0.38 | 71.76 | 0.93 | 0.32 |
| Hex | 81 | 9F | 6 | 13 | 0 | 60 | 26 | 48 | 5D | 20 |
| Octal | 201 | 237 | 6 | 23 | 0 | 140 | 46 | 110 | 135 | 40 |
| Binary | 10000001 | 10011111 | 110 | 10011 | 0 | 1100000 | 100110 | 1001000 | 1011101 | 100000 |
Color Harmonies of #819F06
Complementary color
Monochromatic Colors of #819F06
Black with #819F06
Text Example
Text Example
White with #819F06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819F06; }
p { color: rgb(129,159,6); }
H1.HeaderClassName
{
color: #819F06;
}
.AnyTagClassName
{
color: #819F06;
}
</style>
background-color css
<style>
a { background-color: #819F06; }
a { background-color: rgb(129,159,6); }
div.DivClassName
{
background-color: #819F06;
}
.BgClassName
{
background-color: #819F06;
}
</style>
border-color css
<style>
span { border-color: #819F06; }
span { border-color: rgb(129,159,6); }
td.TdClassName
{
border-color: #819F06;
}
.TagClassName
{
border-color: #819F06;
}
</style>