Shades of Citron #81990B
Tints of Citron #81990B
RGB
CMYK
RGB Variations
Color information
#81990B (or 0x81990B) is known color: Citron. HEX triplet: 81, 99 and 0B. RGB value is (129,153,11). Sum of RGB (Red+Green+Blue) = 129+153+11=293 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.03% from 293); Green value is 153 (60.16% from 255 or 52.22% from 293); Blue value is 11 (4.69% from 255 or 3.75% from 293); Max value from RGB is 153 - color contains mainly: green. Hex color #81990B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #81990B is #7E66F4. Grayscale: #828282. Windows color (decimal): -8283893 or 760193. OLE color: 760193.
HSL color Cylindrical-coordinate representation of color #81990B: hue angle of 70.14º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #81990B is Cyan = 0.16, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 129 | 153 | 11 | - |
| CMYK | 0.16 | 0 | 0.93 | 0.4 |
| HSL | 70.14º | 0.87% | 0.32% | - |
| HSV(B) | 70.14º | 0.93% | 0.6% | - |
| XYZ | 20.5 | 27.47 | 4.54 | - |
| YUV | 129.64 | 61.05 | 127.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 153 | 11 | 0.16 | 0 | 0.93 | 0.4 | 70.14 | 0.87 | 0.32 |
| Hex | 81 | 99 | B | 10 | 0 | 5D | 28 | 46 | 57 | 20 |
| Octal | 201 | 231 | 13 | 20 | 0 | 135 | 50 | 106 | 127 | 40 |
| Binary | 10000001 | 10011001 | 1011 | 10000 | 0 | 1011101 | 101000 | 1000110 | 1010111 | 100000 |
Color Harmonies of #81990B
Complementary color
Monochromatic Colors of #81990B
Black with #81990B
Text Example
Text Example
White with #81990B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81990B; }
p { color: rgb(129,153,11); }
H1.HeaderClassName
{
color: #81990B;
}
.AnyTagClassName
{
color: #81990B;
}
</style>
background-color css
<style>
a { background-color: #81990B; }
a { background-color: rgb(129,153,11); }
div.DivClassName
{
background-color: #81990B;
}
.BgClassName
{
background-color: #81990B;
}
</style>
border-color css
<style>
span { border-color: #81990B; }
span { border-color: rgb(129,153,11); }
td.TdClassName
{
border-color: #81990B;
}
.TagClassName
{
border-color: #81990B;
}
</style>