Shades of Citron #819A0F
Tints of Citron #819A0F
RGB
CMYK
RGB Variations
Color information
#819A0F (or 0x819A0F) is known color: Citron. HEX triplet: 81, 9A and 0F. RGB value is (129,154,15). Sum of RGB (Red+Green+Blue) = 129+154+15=298 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.29% from 298); Green value is 154 (60.55% from 255 or 51.68% from 298); Blue value is 15 (6.25% from 255 or 5.03% from 298); Max value from RGB is 154 - color contains mainly: green. Hex color #819A0F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #819A0F is #7E65F0. Grayscale: #838383. Windows color (decimal): -8283633 or 1022593. OLE color: 1022593.
HSL color Cylindrical-coordinate representation of color #819A0F: hue angle of 70.79º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #819A0F is Cyan = 0.16, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 129 | 154 | 15 | - |
| CMYK | 0.16 | 0 | 0.90 | 0.40 |
| HSL | 70.79º | 0.82% | 0.33% | - |
| HSV(B) | 70.79º | 0.9% | 0.6% | - |
| XYZ | 20.7 | 27.81 | 4.73 | - |
| YUV | 130.68 | 62.72 | 126.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 154 | 15 | 0.16 | 0 | 0.90 | 0.40 | 70.79 | 0.82 | 0.33 |
| Hex | 81 | 9A | F | 10 | 0 | 5A | 28 | 47 | 52 | 21 |
| Octal | 201 | 232 | 17 | 20 | 0 | 132 | 50 | 107 | 122 | 41 |
| Binary | 10000001 | 10011010 | 1111 | 10000 | 0 | 1011010 | 101000 | 1000111 | 1010010 | 100001 |
Color Harmonies of #819A0F
Complementary color
Monochromatic Colors of #819A0F
Black with #819A0F
Text Example
Text Example
White with #819A0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819A0F; }
p { color: rgb(129,154,15); }
H1.HeaderClassName
{
color: #819A0F;
}
.AnyTagClassName
{
color: #819A0F;
}
</style>
background-color css
<style>
a { background-color: #819A0F; }
a { background-color: rgb(129,154,15); }
div.DivClassName
{
background-color: #819A0F;
}
.BgClassName
{
background-color: #819A0F;
}
</style>
border-color css
<style>
span { border-color: #819A0F; }
span { border-color: rgb(129,154,15); }
td.TdClassName
{
border-color: #819A0F;
}
.TagClassName
{
border-color: #819A0F;
}
</style>