Shades of Citrus #91BA0E
Tints of Citrus #91BA0E
RGB
CMYK
RGB Variations
Color information
#91BA0E (or 0x91BA0E) is known color: Citrus. HEX triplet: 91, BA and 0E. RGB value is (145,186,14). Sum of RGB (Red+Green+Blue) = 145+186+14=345 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.03% from 345); Green value is 186 (73.05% from 255 or 53.91% from 345); Blue value is 14 (5.86% from 255 or 4.06% from 345); Max value from RGB is 186 - color contains mainly: green. Hex color #91BA0E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #91BA0E is #6E45F1. Grayscale: #9A9A9A. Windows color (decimal): -7226866 or 965265. OLE color: 965265.
HSL color Cylindrical-coordinate representation of color #91BA0E: hue angle of 74.3º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #91BA0E is Cyan = 0.22, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 145 | 186 | 14 | - |
| CMYK | 0.22 | 0 | 0.92 | 0.27 |
| HSL | 74.3º | 0.86% | 0.39% | - |
| HSV(B) | 74.3º | 0.92% | 0.73% | - |
| XYZ | 29.32 | 41.17 | 6.82 | - |
| YUV | 154.13 | 48.92 | 121.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 186 | 14 | 0.22 | 0 | 0.92 | 0.27 | 74.3 | 0.86 | 0.39 |
| Hex | 91 | BA | E | 16 | 0 | 5C | 1B | 4A | 56 | 27 |
| Octal | 221 | 272 | 16 | 26 | 0 | 134 | 33 | 112 | 126 | 47 |
| Binary | 10010001 | 10111010 | 1110 | 10110 | 0 | 1011100 | 11011 | 1001010 | 1010110 | 100111 |
Color Harmonies of #91BA0E
Complementary color
Monochromatic Colors of #91BA0E
Black with #91BA0E
Text Example
Text Example
White with #91BA0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91BA0E; }
p { color: rgb(145,186,14); }
H1.HeaderClassName
{
color: #91BA0E;
}
.AnyTagClassName
{
color: #91BA0E;
}
</style>
background-color css
<style>
a { background-color: #91BA0E; }
a { background-color: rgb(145,186,14); }
div.DivClassName
{
background-color: #91BA0E;
}
.BgClassName
{
background-color: #91BA0E;
}
</style>
border-color css
<style>
span { border-color: #91BA0E; }
span { border-color: rgb(145,186,14); }
td.TdClassName
{
border-color: #91BA0E;
}
.TagClassName
{
border-color: #91BA0E;
}
</style>