Shades of Citron #91982C
Tints of Citron #91982C
RGB
CMYK
RGB Variations
Color information
#91982C (or 0x91982C) is known color: Citron. HEX triplet: 91, 98 and 2C. RGB value is (145,152,44). Sum of RGB (Red+Green+Blue) = 145+152+44=341 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.52% from 341); Green value is 152 (59.77% from 255 or 44.57% from 341); Blue value is 44 (17.58% from 255 or 12.90% from 341); Max value from RGB is 152 - color contains mainly: green. Hex color #91982C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #91982C is #6E67D3. Grayscale: #8A8A8A. Windows color (decimal): -7235540 or 2922641. OLE color: 2922641.
HSL color Cylindrical-coordinate representation of color #91982C: hue angle of 63.89º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #91982C is Cyan = 0.05, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 145 | 152 | 44 | - |
| CMYK | 0.05 | 0 | 0.71 | 0.40 |
| HSL | 63.89º | 0.55% | 0.38% | - |
| HSV(B) | 63.89º | 0.71% | 0.6% | - |
| XYZ | 23.36 | 28.66 | 6.68 | - |
| YUV | 137.6 | 75.18 | 133.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 152 | 44 | 0.05 | 0 | 0.71 | 0.40 | 63.89 | 0.55 | 0.38 |
| Hex | 91 | 98 | 2C | 5 | 0 | 47 | 28 | 40 | 37 | 26 |
| Octal | 221 | 230 | 54 | 5 | 0 | 107 | 50 | 100 | 67 | 46 |
| Binary | 10010001 | 10011000 | 101100 | 101 | 0 | 1000111 | 101000 | 1000000 | 110111 | 100110 |
Color Harmonies of #91982C
Complementary color
Monochromatic Colors of #91982C
Black with #91982C
Text Example
Text Example
White with #91982C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91982C; }
p { color: rgb(145,152,44); }
H1.HeaderClassName
{
color: #91982C;
}
.AnyTagClassName
{
color: #91982C;
}
</style>
background-color css
<style>
a { background-color: #91982C; }
a { background-color: rgb(145,152,44); }
div.DivClassName
{
background-color: #91982C;
}
.BgClassName
{
background-color: #91982C;
}
</style>
border-color css
<style>
span { border-color: #91982C; }
span { border-color: rgb(145,152,44); }
td.TdClassName
{
border-color: #91982C;
}
.TagClassName
{
border-color: #91982C;
}
</style>