Shades of Citron #91961D
Tints of Citron #91961D
RGB
CMYK
RGB Variations
Color information
#91961D (or 0x91961D) is known color: Citron. HEX triplet: 91, 96 and 1D. RGB value is (145,150,29). Sum of RGB (Red+Green+Blue) = 145+150+29=324 (42% of max value = 765). Red value is 145 (57.03% from 255 or 44.75% from 324); Green value is 150 (58.98% from 255 or 46.30% from 324); Blue value is 29 (11.72% from 255 or 8.95% from 324); Max value from RGB is 150 - color contains mainly: green. Hex color #91961D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #91961D is #6E69E2. Grayscale: #878787. Windows color (decimal): -7236067 or 1939089. OLE color: 1939089.
HSL color Cylindrical-coordinate representation of color #91961D: hue angle of 62.48º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #91961D is Cyan = 0.03, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 145 | 150 | 29 | - |
| CMYK | 0.03 | 0 | 0.81 | 0.41 |
| HSL | 62.48º | 0.68% | 0.35% | - |
| HSV(B) | 62.48º | 0.81% | 0.59% | - |
| XYZ | 22.81 | 27.92 | 5.35 | - |
| YUV | 134.71 | 68.34 | 135.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 150 | 29 | 0.03 | 0 | 0.81 | 0.41 | 62.48 | 0.68 | 0.35 |
| Hex | 91 | 96 | 1D | 3 | 0 | 51 | 29 | 3E | 44 | 23 |
| Octal | 221 | 226 | 35 | 3 | 0 | 121 | 51 | 76 | 104 | 43 |
| Binary | 10010001 | 10010110 | 11101 | 11 | 0 | 1010001 | 101001 | 111110 | 1000100 | 100011 |
Color Harmonies of #91961D
Complementary color
Monochromatic Colors of #91961D
Black with #91961D
Text Example
Text Example
White with #91961D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91961D; }
p { color: rgb(145,150,29); }
H1.HeaderClassName
{
color: #91961D;
}
.AnyTagClassName
{
color: #91961D;
}
</style>
background-color css
<style>
a { background-color: #91961D; }
a { background-color: rgb(145,150,29); }
div.DivClassName
{
background-color: #91961D;
}
.BgClassName
{
background-color: #91961D;
}
</style>
border-color css
<style>
span { border-color: #91961D; }
span { border-color: rgb(145,150,29); }
td.TdClassName
{
border-color: #91961D;
}
.TagClassName
{
border-color: #91961D;
}
</style>