Shades of Citron #81971F
Tints of Citron #81971F
RGB
CMYK
RGB Variations
Color information
#81971F (or 0x81971F) is known color: Citron. HEX triplet: 81, 97 and 1F. RGB value is (129,151,31). Sum of RGB (Red+Green+Blue) = 129+151+31=311 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.48% from 311); Green value is 151 (59.38% from 255 or 48.55% from 311); Blue value is 31 (12.5% from 255 or 9.97% from 311); Max value from RGB is 151 - color contains mainly: green. Hex color #81971F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #81971F is #7E68E0. Grayscale: #838383. Windows color (decimal): -8284385 or 2070401. OLE color: 2070401.
HSL color Cylindrical-coordinate representation of color #81971F: hue angle of 71º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #81971F is Cyan = 0.15, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 129 | 151 | 31 | - |
| CMYK | 0.15 | 0 | 0.79 | 0.41 |
| HSL | 71º | 0.66% | 0.36% | - |
| HSV(B) | 71º | 0.79% | 0.59% | - |
| XYZ | 20.37 | 26.9 | 5.41 | - |
| YUV | 130.74 | 71.71 | 126.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 151 | 31 | 0.15 | 0 | 0.79 | 0.41 | 71 | 0.66 | 0.36 |
| Hex | 81 | 97 | 1F | F | 0 | 4F | 29 | 47 | 42 | 24 |
| Octal | 201 | 227 | 37 | 17 | 0 | 117 | 51 | 107 | 102 | 44 |
| Binary | 10000001 | 10010111 | 11111 | 1111 | 0 | 1001111 | 101001 | 1000111 | 1000010 | 100100 |
Color Harmonies of #81971F
Complementary color
Monochromatic Colors of #81971F
Black with #81971F
Text Example
Text Example
White with #81971F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81971F; }
p { color: rgb(129,151,31); }
H1.HeaderClassName
{
color: #81971F;
}
.AnyTagClassName
{
color: #81971F;
}
</style>
background-color css
<style>
a { background-color: #81971F; }
a { background-color: rgb(129,151,31); }
div.DivClassName
{
background-color: #81971F;
}
.BgClassName
{
background-color: #81971F;
}
</style>
border-color css
<style>
span { border-color: #81971F; }
span { border-color: rgb(129,151,31); }
td.TdClassName
{
border-color: #81971F;
}
.TagClassName
{
border-color: #81971F;
}
</style>