Shades of Citron #819E0E
Tints of Citron #819E0E
RGB
CMYK
RGB Variations
Color information
#819E0E (or 0x819E0E) is known color: Citron. HEX triplet: 81, 9E and 0E. RGB value is (129,158,14). Sum of RGB (Red+Green+Blue) = 129+158+14=301 (39% of max value = 765). Red value is 129 (50.78% from 255 or 42.86% from 301); Green value is 158 (62.11% from 255 or 52.49% from 301); Blue value is 14 (5.86% from 255 or 4.65% from 301); Max value from RGB is 158 - color contains mainly: green. Hex color #819E0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #819E0E is #7E61F1. Grayscale: #858585. Windows color (decimal): -8282610 or 958081. OLE color: 958081.
HSL color Cylindrical-coordinate representation of color #819E0E: hue angle of 72.08º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #819E0E is Cyan = 0.18, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 129 | 158 | 14 | - |
| CMYK | 0.18 | 0 | 0.91 | 0.38 |
| HSL | 72.08º | 0.84% | 0.34% | - |
| HSV(B) | 72.08º | 0.91% | 0.62% | - |
| XYZ | 21.36 | 29.15 | 4.92 | - |
| YUV | 132.91 | 60.89 | 125.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 158 | 14 | 0.18 | 0 | 0.91 | 0.38 | 72.08 | 0.84 | 0.34 |
| Hex | 81 | 9E | E | 12 | 0 | 5B | 26 | 48 | 54 | 22 |
| Octal | 201 | 236 | 16 | 22 | 0 | 133 | 46 | 110 | 124 | 42 |
| Binary | 10000001 | 10011110 | 1110 | 10010 | 0 | 1011011 | 100110 | 1001000 | 1010100 | 100010 |
Color Harmonies of #819E0E
Complementary color
Monochromatic Colors of #819E0E
Black with #819E0E
Text Example
Text Example
White with #819E0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819E0E; }
p { color: rgb(129,158,14); }
H1.HeaderClassName
{
color: #819E0E;
}
.AnyTagClassName
{
color: #819E0E;
}
</style>
background-color css
<style>
a { background-color: #819E0E; }
a { background-color: rgb(129,158,14); }
div.DivClassName
{
background-color: #819E0E;
}
.BgClassName
{
background-color: #819E0E;
}
</style>
border-color css
<style>
span { border-color: #819E0E; }
span { border-color: rgb(129,158,14); }
td.TdClassName
{
border-color: #819E0E;
}
.TagClassName
{
border-color: #819E0E;
}
</style>