Shades of Citron #81950F
Tints of Citron #81950F
RGB
CMYK
RGB Variations
Color information
#81950F (or 0x81950F) is known color: Citron. HEX triplet: 81, 95 and 0F. RGB value is (129,149,15). Sum of RGB (Red+Green+Blue) = 129+149+15=293 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.03% from 293); Green value is 149 (58.59% from 255 or 50.85% from 293); Blue value is 15 (6.25% from 255 or 5.12% from 293); Max value from RGB is 149 - color contains mainly: green. Hex color #81950F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #81950F is #7E6AF0. Grayscale: #808080. Windows color (decimal): -8284913 or 1021313. OLE color: 1021313.
HSL color Cylindrical-coordinate representation of color #81950F: hue angle of 68.96º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #81950F is Cyan = 0.13, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 129 | 149 | 15 | - |
| CMYK | 0.13 | 0 | 0.90 | 0.42 |
| HSL | 68.96º | 0.82% | 0.32% | - |
| HSV(B) | 68.96º | 0.9% | 0.58% | - |
| XYZ | 19.89 | 26.2 | 4.46 | - |
| YUV | 127.74 | 64.37 | 128.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 149 | 15 | 0.13 | 0 | 0.90 | 0.42 | 68.96 | 0.82 | 0.32 |
| Hex | 81 | 95 | F | D | 0 | 5A | 2A | 45 | 52 | 20 |
| Octal | 201 | 225 | 17 | 15 | 0 | 132 | 52 | 105 | 122 | 40 |
| Binary | 10000001 | 10010101 | 1111 | 1101 | 0 | 1011010 | 101010 | 1000101 | 1010010 | 100000 |
Color Harmonies of #81950F
Complementary color
Monochromatic Colors of #81950F
Black with #81950F
Text Example
Text Example
White with #81950F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81950F; }
p { color: rgb(129,149,15); }
H1.HeaderClassName
{
color: #81950F;
}
.AnyTagClassName
{
color: #81950F;
}
</style>
background-color css
<style>
a { background-color: #81950F; }
a { background-color: rgb(129,149,15); }
div.DivClassName
{
background-color: #81950F;
}
.BgClassName
{
background-color: #81950F;
}
</style>
border-color css
<style>
span { border-color: #81950F; }
span { border-color: rgb(129,149,15); }
td.TdClassName
{
border-color: #81950F;
}
.TagClassName
{
border-color: #81950F;
}
</style>