Shades of Citron #91992B
Tints of Citron #91992B
RGB
CMYK
RGB Variations
Color information
#91992B (or 0x91992B) is known color: Citron. HEX triplet: 91, 99 and 2B. RGB value is (145,153,43). Sum of RGB (Red+Green+Blue) = 145+153+43=341 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.52% from 341); Green value is 153 (60.16% from 255 or 44.87% from 341); Blue value is 43 (17.19% from 255 or 12.61% from 341); Max value from RGB is 153 - color contains mainly: green. Hex color #91992B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #91992B is #6E66D4. Grayscale: #8A8A8A. Windows color (decimal): -7235285 or 2857361. OLE color: 2857361.
HSL color Cylindrical-coordinate representation of color #91992B: hue angle of 64.36º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #91992B is Cyan = 0.05, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 145 | 153 | 43 | - |
| CMYK | 0.05 | 0 | 0.72 | 0.4 |
| HSL | 64.36º | 0.56% | 0.38% | - |
| HSV(B) | 64.36º | 0.72% | 0.6% | - |
| XYZ | 23.5 | 28.98 | 6.64 | - |
| YUV | 138.07 | 74.35 | 132.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 153 | 43 | 0.05 | 0 | 0.72 | 0.4 | 64.36 | 0.56 | 0.38 |
| Hex | 91 | 99 | 2B | 5 | 0 | 48 | 28 | 40 | 38 | 26 |
| Octal | 221 | 231 | 53 | 5 | 0 | 110 | 50 | 100 | 70 | 46 |
| Binary | 10010001 | 10011001 | 101011 | 101 | 0 | 1001000 | 101000 | 1000000 | 111000 | 100110 |
Color Harmonies of #91992B
Complementary color
Monochromatic Colors of #91992B
Black with #91992B
Text Example
Text Example
White with #91992B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91992B; }
p { color: rgb(145,153,43); }
H1.HeaderClassName
{
color: #91992B;
}
.AnyTagClassName
{
color: #91992B;
}
</style>
background-color css
<style>
a { background-color: #91992B; }
a { background-color: rgb(145,153,43); }
div.DivClassName
{
background-color: #91992B;
}
.BgClassName
{
background-color: #91992B;
}
</style>
border-color css
<style>
span { border-color: #91992B; }
span { border-color: rgb(145,153,43); }
td.TdClassName
{
border-color: #91992B;
}
.TagClassName
{
border-color: #91992B;
}
</style>