Shades of Citron #91991E
Tints of Citron #91991E
RGB
CMYK
RGB Variations
Color information
#91991E (or 0x91991E) is known color: Citron. HEX triplet: 91, 99 and 1E. RGB value is (145,153,30). Sum of RGB (Red+Green+Blue) = 145+153+30=328 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.21% from 328); Green value is 153 (60.16% from 255 or 46.65% from 328); Blue value is 30 (12.11% from 255 or 9.15% from 328); Max value from RGB is 153 - color contains mainly: green. Hex color #91991E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #91991E is #6E66E1. Grayscale: #898989. Windows color (decimal): -7235298 or 2005393. OLE color: 2005393.
HSL color Cylindrical-coordinate representation of color #91991E: hue angle of 63.9º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #91991E is Cyan = 0.05, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 145 | 153 | 30 | - |
| CMYK | 0.05 | 0 | 0.80 | 0.4 |
| HSL | 63.9º | 0.67% | 0.36% | - |
| HSV(B) | 63.9º | 0.8% | 0.6% | - |
| XYZ | 23.3 | 28.9 | 5.58 | - |
| YUV | 136.59 | 67.85 | 134 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 153 | 30 | 0.05 | 0 | 0.80 | 0.4 | 63.9 | 0.67 | 0.36 |
| Hex | 91 | 99 | 1E | 5 | 0 | 50 | 28 | 40 | 43 | 24 |
| Octal | 221 | 231 | 36 | 5 | 0 | 120 | 50 | 100 | 103 | 44 |
| Binary | 10010001 | 10011001 | 11110 | 101 | 0 | 1010000 | 101000 | 1000000 | 1000011 | 100100 |
Color Harmonies of #91991E
Complementary color
Monochromatic Colors of #91991E
Black with #91991E
Text Example
Text Example
White with #91991E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91991E; }
p { color: rgb(145,153,30); }
H1.HeaderClassName
{
color: #91991E;
}
.AnyTagClassName
{
color: #91991E;
}
</style>
background-color css
<style>
a { background-color: #91991E; }
a { background-color: rgb(145,153,30); }
div.DivClassName
{
background-color: #91991E;
}
.BgClassName
{
background-color: #91991E;
}
</style>
border-color css
<style>
span { border-color: #91991E; }
span { border-color: rgb(145,153,30); }
td.TdClassName
{
border-color: #91991E;
}
.TagClassName
{
border-color: #91991E;
}
</style>