Shades of Citron #81990F
Tints of Citron #81990F
RGB
CMYK
RGB Variations
Color information
#81990F (or 0x81990F) is known color: Citron. HEX triplet: 81, 99 and 0F. RGB value is (129,153,15). Sum of RGB (Red+Green+Blue) = 129+153+15=297 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.43% from 297); Green value is 153 (60.16% from 255 or 51.52% from 297); Blue value is 15 (6.25% from 255 or 5.05% from 297); Max value from RGB is 153 - color contains mainly: green. Hex color #81990F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #81990F is #7E66F0. Grayscale: #828282. Windows color (decimal): -8283889 or 1022337. OLE color: 1022337.
HSL color Cylindrical-coordinate representation of color #81990F: hue angle of 70.43º 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 #81990F is Cyan = 0.16, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 129 | 153 | 15 | - |
| CMYK | 0.16 | 0 | 0.90 | 0.4 |
| HSL | 70.43º | 0.82% | 0.33% | - |
| HSV(B) | 70.43º | 0.9% | 0.6% | - |
| XYZ | 20.53 | 27.48 | 4.67 | - |
| YUV | 130.09 | 63.05 | 127.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 153 | 15 | 0.16 | 0 | 0.90 | 0.4 | 70.43 | 0.82 | 0.33 |
| Hex | 81 | 99 | F | 10 | 0 | 5A | 28 | 46 | 52 | 21 |
| Octal | 201 | 231 | 17 | 20 | 0 | 132 | 50 | 106 | 122 | 41 |
| Binary | 10000001 | 10011001 | 1111 | 10000 | 0 | 1011010 | 101000 | 1000110 | 1010010 | 100001 |
Color Harmonies of #81990F
Complementary color
Monochromatic Colors of #81990F
Black with #81990F
Text Example
Text Example
White with #81990F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81990F; }
p { color: rgb(129,153,15); }
H1.HeaderClassName
{
color: #81990F;
}
.AnyTagClassName
{
color: #81990F;
}
</style>
background-color css
<style>
a { background-color: #81990F; }
a { background-color: rgb(129,153,15); }
div.DivClassName
{
background-color: #81990F;
}
.BgClassName
{
background-color: #81990F;
}
</style>
border-color css
<style>
span { border-color: #81990F; }
span { border-color: rgb(129,153,15); }
td.TdClassName
{
border-color: #81990F;
}
.TagClassName
{
border-color: #81990F;
}
</style>