Shades of Citron #819A16
Tints of Citron #819A16
RGB
CMYK
RGB Variations
Color information
#819A16 (or 0x819A16) is known color: Citron. HEX triplet: 81, 9A and 16. RGB value is (129,154,22). Sum of RGB (Red+Green+Blue) = 129+154+22=305 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.30% from 305); Green value is 154 (60.55% from 255 or 50.49% from 305); Blue value is 22 (8.98% from 255 or 7.21% from 305); Max value from RGB is 154 - color contains mainly: green. Hex color #819A16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #819A16 is #7E65E9. Grayscale: #838383. Windows color (decimal): -8283626 or 1481345. OLE color: 1481345.
HSL color Cylindrical-coordinate representation of color #819A16: hue angle of 71.36º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #819A16 is Cyan = 0.16, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 129 | 154 | 22 | - |
| CMYK | 0.16 | 0 | 0.86 | 0.40 |
| HSL | 71.36º | 0.75% | 0.35% | - |
| HSV(B) | 71.36º | 0.86% | 0.6% | - |
| XYZ | 20.75 | 27.84 | 5.04 | - |
| YUV | 131.48 | 66.22 | 126.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 154 | 22 | 0.16 | 0 | 0.86 | 0.40 | 71.36 | 0.75 | 0.35 |
| Hex | 81 | 9A | 16 | 10 | 0 | 56 | 28 | 47 | 4B | 23 |
| Octal | 201 | 232 | 26 | 20 | 0 | 126 | 50 | 107 | 113 | 43 |
| Binary | 10000001 | 10011010 | 10110 | 10000 | 0 | 1010110 | 101000 | 1000111 | 1001011 | 100011 |
Color Harmonies of #819A16
Complementary color
Monochromatic Colors of #819A16
Black with #819A16
Text Example
Text Example
White with #819A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819A16; }
p { color: rgb(129,154,22); }
H1.HeaderClassName
{
color: #819A16;
}
.AnyTagClassName
{
color: #819A16;
}
</style>
background-color css
<style>
a { background-color: #819A16; }
a { background-color: rgb(129,154,22); }
div.DivClassName
{
background-color: #819A16;
}
.BgClassName
{
background-color: #819A16;
}
</style>
border-color css
<style>
span { border-color: #819A16; }
span { border-color: rgb(129,154,22); }
td.TdClassName
{
border-color: #819A16;
}
.TagClassName
{
border-color: #819A16;
}
</style>