Shades of Citron #81981D
Tints of Citron #81981D
RGB
CMYK
RGB Variations
Color information
#81981D (or 0x81981D) is known color: Citron. HEX triplet: 81, 98 and 1D. RGB value is (129,152,29). Sum of RGB (Red+Green+Blue) = 129+152+29=310 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.61% from 310); Green value is 152 (59.77% from 255 or 49.03% from 310); Blue value is 29 (11.72% from 255 or 9.35% from 310); Max value from RGB is 152 - color contains mainly: green. Hex color #81981D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #81981D is #7E67E2. Grayscale: #838383. Windows color (decimal): -8284131 or 1939585. OLE color: 1939585.
HSL color Cylindrical-coordinate representation of color #81981D: hue angle of 71.22º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #81981D is Cyan = 0.15, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 129 | 152 | 29 | - |
| CMYK | 0.15 | 0 | 0.81 | 0.40 |
| HSL | 71.22º | 0.68% | 0.35% | - |
| HSV(B) | 71.22º | 0.81% | 0.6% | - |
| XYZ | 20.5 | 27.21 | 5.33 | - |
| YUV | 131.1 | 70.38 | 126.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 152 | 29 | 0.15 | 0 | 0.81 | 0.40 | 71.22 | 0.68 | 0.35 |
| Hex | 81 | 98 | 1D | F | 0 | 51 | 28 | 47 | 44 | 23 |
| Octal | 201 | 230 | 35 | 17 | 0 | 121 | 50 | 107 | 104 | 43 |
| Binary | 10000001 | 10011000 | 11101 | 1111 | 0 | 1010001 | 101000 | 1000111 | 1000100 | 100011 |
Color Harmonies of #81981D
Complementary color
Monochromatic Colors of #81981D
Black with #81981D
Text Example
Text Example
White with #81981D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81981D; }
p { color: rgb(129,152,29); }
H1.HeaderClassName
{
color: #81981D;
}
.AnyTagClassName
{
color: #81981D;
}
</style>
background-color css
<style>
a { background-color: #81981D; }
a { background-color: rgb(129,152,29); }
div.DivClassName
{
background-color: #81981D;
}
.BgClassName
{
background-color: #81981D;
}
</style>
border-color css
<style>
span { border-color: #81981D; }
span { border-color: rgb(129,152,29); }
td.TdClassName
{
border-color: #81981D;
}
.TagClassName
{
border-color: #81981D;
}
</style>