Shades of Citron #819B0B
Tints of Citron #819B0B
RGB
CMYK
RGB Variations
Color information
#819B0B (or 0x819B0B) is known color: Citron. HEX triplet: 81, 9B and 0B. RGB value is (129,155,11). Sum of RGB (Red+Green+Blue) = 129+155+11=295 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.73% from 295); Green value is 155 (60.94% from 255 or 52.54% from 295); Blue value is 11 (4.69% from 255 or 3.73% from 295); Max value from RGB is 155 - color contains mainly: green. Hex color #819B0B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #819B0B is #7E64F4. Grayscale: #838383. Windows color (decimal): -8283381 or 760705. OLE color: 760705.
HSL color Cylindrical-coordinate representation of color #819B0B: hue angle of 70.83º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #819B0B is Cyan = 0.17, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 129 | 155 | 11 | - |
| CMYK | 0.17 | 0 | 0.93 | 0.39 |
| HSL | 70.83º | 0.87% | 0.33% | - |
| HSV(B) | 70.83º | 0.93% | 0.61% | - |
| XYZ | 20.84 | 28.13 | 4.65 | - |
| YUV | 130.81 | 60.39 | 126.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 155 | 11 | 0.17 | 0 | 0.93 | 0.39 | 70.83 | 0.87 | 0.33 |
| Hex | 81 | 9B | B | 11 | 0 | 5D | 27 | 47 | 57 | 21 |
| Octal | 201 | 233 | 13 | 21 | 0 | 135 | 47 | 107 | 127 | 41 |
| Binary | 10000001 | 10011011 | 1011 | 10001 | 0 | 1011101 | 100111 | 1000111 | 1010111 | 100001 |
Color Harmonies of #819B0B
Complementary color
Monochromatic Colors of #819B0B
Black with #819B0B
Text Example
Text Example
White with #819B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819B0B; }
p { color: rgb(129,155,11); }
H1.HeaderClassName
{
color: #819B0B;
}
.AnyTagClassName
{
color: #819B0B;
}
</style>
background-color css
<style>
a { background-color: #819B0B; }
a { background-color: rgb(129,155,11); }
div.DivClassName
{
background-color: #819B0B;
}
.BgClassName
{
background-color: #819B0B;
}
</style>
border-color css
<style>
span { border-color: #819B0B; }
span { border-color: rgb(129,155,11); }
td.TdClassName
{
border-color: #819B0B;
}
.TagClassName
{
border-color: #819B0B;
}
</style>