Shades of Citron #91992F
Tints of Citron #91992F
RGB
CMYK
RGB Variations
Color information
#91992F (or 0x91992F) is known color: Citron. HEX triplet: 91, 99 and 2F. RGB value is (145,153,47). Sum of RGB (Red+Green+Blue) = 145+153+47=345 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.03% from 345); Green value is 153 (60.16% from 255 or 44.35% from 345); Blue value is 47 (18.75% from 255 or 13.62% from 345); Max value from RGB is 153 - color contains mainly: green. Hex color #91992F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #91992F is #6E66D0. Grayscale: #8A8A8A. Windows color (decimal): -7235281 or 3119505. OLE color: 3119505.
HSL color Cylindrical-coordinate representation of color #91992F: hue angle of 64.53º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #91992F is Cyan = 0.05, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 145 | 153 | 47 | - |
| CMYK | 0.05 | 0 | 0.69 | 0.4 |
| HSL | 64.53º | 0.53% | 0.39% | - |
| HSV(B) | 64.53º | 0.69% | 0.6% | - |
| XYZ | 23.58 | 29.01 | 7.05 | - |
| YUV | 138.52 | 76.35 | 132.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 153 | 47 | 0.05 | 0 | 0.69 | 0.4 | 64.53 | 0.53 | 0.39 |
| Hex | 91 | 99 | 2F | 5 | 0 | 45 | 28 | 41 | 35 | 27 |
| Octal | 221 | 231 | 57 | 5 | 0 | 105 | 50 | 101 | 65 | 47 |
| Binary | 10010001 | 10011001 | 101111 | 101 | 0 | 1000101 | 101000 | 1000001 | 110101 | 100111 |
Color Harmonies of #91992F
Complementary color
Monochromatic Colors of #91992F
Black with #91992F
Text Example
Text Example
White with #91992F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91992F; }
p { color: rgb(145,153,47); }
H1.HeaderClassName
{
color: #91992F;
}
.AnyTagClassName
{
color: #91992F;
}
</style>
background-color css
<style>
a { background-color: #91992F; }
a { background-color: rgb(145,153,47); }
div.DivClassName
{
background-color: #91992F;
}
.BgClassName
{
background-color: #91992F;
}
</style>
border-color css
<style>
span { border-color: #91992F; }
span { border-color: rgb(145,153,47); }
td.TdClassName
{
border-color: #91992F;
}
.TagClassName
{
border-color: #91992F;
}
</style>