Shades of Citron #91912C
Tints of Citron #91912C
RGB
CMYK
RGB Variations
Color information
#91912C (or 0x91912C) is known color: Citron. HEX triplet: 91, 91 and 2C. RGB value is (145,145,44). Sum of RGB (Red+Green+Blue) = 145+145+44=334 (44% of max value = 765). Red value is 145 (57.03% from 255 or 43.41% from 334); Green value is 145 (57.03% from 255 or 43.41% from 334); Blue value is 44 (17.58% from 255 or 13.17% from 334); Max value from RGB is 145 - color contains mainly: red, green. Hex color #91912C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #91912C is #6E6ED3. Grayscale: #858585. Windows color (decimal): -7237332 or 2920849. OLE color: 2920849.
HSL color Cylindrical-coordinate representation of color #91912C: hue angle of 60º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #91912C is Cyan = 0, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 145 | 44 | - |
| CMYK | 0 | 0 | 0.70 | 0.43 |
| HSL | 60º | 0.53% | 0.37% | - |
| HSV(B) | 60º | 0.7% | 0.57% | - |
| XYZ | 22.26 | 26.45 | 6.32 | - |
| YUV | 133.49 | 77.5 | 136.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 145 | 44 | 0 | 0 | 0.70 | 0.43 | 60 | 0.53 | 0.37 |
| Hex | 91 | 91 | 2C | 0 | 0 | 46 | 2B | 3C | 35 | 25 |
| Octal | 221 | 221 | 54 | 0 | 0 | 106 | 53 | 74 | 65 | 45 |
| Binary | 10010001 | 10010001 | 101100 | 0 | 0 | 1000110 | 101011 | 111100 | 110101 | 100101 |
Color Harmonies of #91912C
Complementary color
Monochromatic Colors of #91912C
Black with #91912C
Text Example
Text Example
White with #91912C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91912C; }
p { color: rgb(145,145,44); }
H1.HeaderClassName
{
color: #91912C;
}
.AnyTagClassName
{
color: #91912C;
}
</style>
background-color css
<style>
a { background-color: #91912C; }
a { background-color: rgb(145,145,44); }
div.DivClassName
{
background-color: #91912C;
}
.BgClassName
{
background-color: #91912C;
}
</style>
border-color css
<style>
span { border-color: #91912C; }
span { border-color: rgb(145,145,44); }
td.TdClassName
{
border-color: #91912C;
}
.TagClassName
{
border-color: #91912C;
}
</style>