Shades of Citron #91970E
Tints of Citron #91970E
RGB
CMYK
RGB Variations
Color information
#91970E (or 0x91970E) is known color: Citron. HEX triplet: 91, 97 and 0E. RGB value is (145,151,14). Sum of RGB (Red+Green+Blue) = 145+151+14=310 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.77% from 310); Green value is 151 (59.38% from 255 or 48.71% from 310); Blue value is 14 (5.86% from 255 or 4.52% from 310); Max value from RGB is 151 - color contains mainly: green. Hex color #91970E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #91970E is #6E68F1. Grayscale: #868686. Windows color (decimal): -7235826 or 956305. OLE color: 956305.
HSL color Cylindrical-coordinate representation of color #91970E: hue angle of 62.63º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #91970E is Cyan = 0.04, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 145 | 151 | 14 | - |
| CMYK | 0.04 | 0 | 0.91 | 0.41 |
| HSL | 62.63º | 0.83% | 0.32% | - |
| HSV(B) | 62.63º | 0.91% | 0.59% | - |
| XYZ | 22.82 | 28.18 | 4.65 | - |
| YUV | 133.59 | 60.51 | 136.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 151 | 14 | 0.04 | 0 | 0.91 | 0.41 | 62.63 | 0.83 | 0.32 |
| Hex | 91 | 97 | E | 4 | 0 | 5B | 29 | 3F | 53 | 20 |
| Octal | 221 | 227 | 16 | 4 | 0 | 133 | 51 | 77 | 123 | 40 |
| Binary | 10010001 | 10010111 | 1110 | 100 | 0 | 1011011 | 101001 | 111111 | 1010011 | 100000 |
Color Harmonies of #91970E
Complementary color
Monochromatic Colors of #91970E
Black with #91970E
Text Example
Text Example
White with #91970E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91970E; }
p { color: rgb(145,151,14); }
H1.HeaderClassName
{
color: #91970E;
}
.AnyTagClassName
{
color: #91970E;
}
</style>
background-color css
<style>
a { background-color: #91970E; }
a { background-color: rgb(145,151,14); }
div.DivClassName
{
background-color: #91970E;
}
.BgClassName
{
background-color: #91970E;
}
</style>
border-color css
<style>
span { border-color: #91970E; }
span { border-color: rgb(145,151,14); }
td.TdClassName
{
border-color: #91970E;
}
.TagClassName
{
border-color: #91970E;
}
</style>