Shades of Citron #91962D
Tints of Citron #91962D
RGB
CMYK
RGB Variations
Color information
#91962D (or 0x91962D) is known color: Citron. HEX triplet: 91, 96 and 2D. RGB value is (145,150,45). Sum of RGB (Red+Green+Blue) = 145+150+45=340 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.65% from 340); Green value is 150 (58.98% from 255 or 44.12% from 340); Blue value is 45 (17.97% from 255 or 13.24% from 340); Max value from RGB is 150 - color contains mainly: green. Hex color #91962D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #91962D is #6E69D2. Grayscale: #888888. Windows color (decimal): -7236051 or 2987665. OLE color: 2987665.
HSL color Cylindrical-coordinate representation of color #91962D: hue angle of 62.86º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #91962D is Cyan = 0.03, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 145 | 150 | 45 | - |
| CMYK | 0.03 | 0 | 0.70 | 0.41 |
| HSL | 62.86º | 0.54% | 0.38% | - |
| HSV(B) | 62.86º | 0.7% | 0.59% | - |
| XYZ | 23.06 | 28.02 | 6.68 | - |
| YUV | 136.54 | 76.34 | 134.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 150 | 45 | 0.03 | 0 | 0.70 | 0.41 | 62.86 | 0.54 | 0.38 |
| Hex | 91 | 96 | 2D | 3 | 0 | 46 | 29 | 3F | 36 | 26 |
| Octal | 221 | 226 | 55 | 3 | 0 | 106 | 51 | 77 | 66 | 46 |
| Binary | 10010001 | 10010110 | 101101 | 11 | 0 | 1000110 | 101001 | 111111 | 110110 | 100110 |
Color Harmonies of #91962D
Complementary color
Monochromatic Colors of #91962D
Black with #91962D
Text Example
Text Example
White with #91962D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91962D; }
p { color: rgb(145,150,45); }
H1.HeaderClassName
{
color: #91962D;
}
.AnyTagClassName
{
color: #91962D;
}
</style>
background-color css
<style>
a { background-color: #91962D; }
a { background-color: rgb(145,150,45); }
div.DivClassName
{
background-color: #91962D;
}
.BgClassName
{
background-color: #91962D;
}
</style>
border-color css
<style>
span { border-color: #91962D; }
span { border-color: rgb(145,150,45); }
td.TdClassName
{
border-color: #91962D;
}
.TagClassName
{
border-color: #91962D;
}
</style>