Shades of Citron #819D06
Tints of Citron #819D06
RGB
CMYK
RGB Variations
Color information
#819D06 (or 0x819D06) is known color: Citron. HEX triplet: 81, 9D and 06. RGB value is (129,157,6). Sum of RGB (Red+Green+Blue) = 129+157+6=292 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.18% from 292); Green value is 157 (61.72% from 255 or 53.77% from 292); Blue value is 6 (2.73% from 255 or 2.05% from 292); Max value from RGB is 157 - color contains mainly: green. Hex color #819D06 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #819D06 is #7E62F9. Grayscale: #838383. Windows color (decimal): -8282874 or 433537. OLE color: 433537.
HSL color Cylindrical-coordinate representation of color #819D06: hue angle of 71.13º 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 #819D06 is Cyan = 0.18, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 129 | 157 | 6 | - |
| CMYK | 0.18 | 0 | 0.96 | 0.38 |
| HSL | 71.13º | 0.93% | 0.32% | - |
| HSV(B) | 71.13º | 0.96% | 0.62% | - |
| XYZ | 21.14 | 28.79 | 4.62 | - |
| YUV | 131.41 | 57.22 | 126.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 157 | 6 | 0.18 | 0 | 0.96 | 0.38 | 71.13 | 0.93 | 0.32 |
| Hex | 81 | 9D | 6 | 12 | 0 | 60 | 26 | 47 | 5D | 20 |
| Octal | 201 | 235 | 6 | 22 | 0 | 140 | 46 | 107 | 135 | 40 |
| Binary | 10000001 | 10011101 | 110 | 10010 | 0 | 1100000 | 100110 | 1000111 | 1011101 | 100000 |
Color Harmonies of #819D06
Complementary color
Monochromatic Colors of #819D06
Black with #819D06
Text Example
Text Example
White with #819D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819D06; }
p { color: rgb(129,157,6); }
H1.HeaderClassName
{
color: #819D06;
}
.AnyTagClassName
{
color: #819D06;
}
</style>
background-color css
<style>
a { background-color: #819D06; }
a { background-color: rgb(129,157,6); }
div.DivClassName
{
background-color: #819D06;
}
.BgClassName
{
background-color: #819D06;
}
</style>
border-color css
<style>
span { border-color: #819D06; }
span { border-color: rgb(129,157,6); }
td.TdClassName
{
border-color: #819D06;
}
.TagClassName
{
border-color: #819D06;
}
</style>