Shades of Citron #91971F
Tints of Citron #91971F
RGB
CMYK
RGB Variations
Color information
#91971F (or 0x91971F) is known color: Citron. HEX triplet: 91, 97 and 1F. RGB value is (145,151,31). Sum of RGB (Red+Green+Blue) = 145+151+31=327 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.34% from 327); Green value is 151 (59.38% from 255 or 46.18% from 327); Blue value is 31 (12.5% from 255 or 9.48% from 327); Max value from RGB is 151 - color contains mainly: green. Hex color #91971F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #91971F is #6E68E0. Grayscale: #878787. Windows color (decimal): -7235809 or 2070417. OLE color: 2070417.
HSL color Cylindrical-coordinate representation of color #91971F: hue angle of 63º 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 #91971F is Cyan = 0.04, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 145 | 151 | 31 | - |
| CMYK | 0.04 | 0 | 0.79 | 0.41 |
| HSL | 63º | 0.66% | 0.36% | - |
| HSV(B) | 63º | 0.79% | 0.59% | - |
| XYZ | 22.99 | 28.25 | 5.54 | - |
| YUV | 135.53 | 69.01 | 134.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 151 | 31 | 0.04 | 0 | 0.79 | 0.41 | 63 | 0.66 | 0.36 |
| Hex | 91 | 97 | 1F | 4 | 0 | 4F | 29 | 3F | 42 | 24 |
| Octal | 221 | 227 | 37 | 4 | 0 | 117 | 51 | 77 | 102 | 44 |
| Binary | 10010001 | 10010111 | 11111 | 100 | 0 | 1001111 | 101001 | 111111 | 1000010 | 100100 |
Color Harmonies of #91971F
Complementary color
Monochromatic Colors of #91971F
Black with #91971F
Text Example
Text Example
White with #91971F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91971F; }
p { color: rgb(145,151,31); }
H1.HeaderClassName
{
color: #91971F;
}
.AnyTagClassName
{
color: #91971F;
}
</style>
background-color css
<style>
a { background-color: #91971F; }
a { background-color: rgb(145,151,31); }
div.DivClassName
{
background-color: #91971F;
}
.BgClassName
{
background-color: #91971F;
}
</style>
border-color css
<style>
span { border-color: #91971F; }
span { border-color: rgb(145,151,31); }
td.TdClassName
{
border-color: #91971F;
}
.TagClassName
{
border-color: #91971F;
}
</style>