Shades of Citrus #91BE0E
Tints of Citrus #91BE0E
RGB
CMYK
RGB Variations
Color information
#91BE0E (or 0x91BE0E) is known color: Citrus. HEX triplet: 91, BE and 0E. RGB value is (145,190,14). Sum of RGB (Red+Green+Blue) = 145+190+14=349 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.55% from 349); Green value is 190 (74.61% from 255 or 54.44% from 349); Blue value is 14 (5.86% from 255 or 4.01% from 349); Max value from RGB is 190 - color contains mainly: green. Hex color #91BE0E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #91BE0E is #6E41F1. Grayscale: #9D9D9D. Windows color (decimal): -7225842 or 966289. OLE color: 966289.
HSL color Cylindrical-coordinate representation of color #91BE0E: hue angle of 75.34º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #91BE0E is Cyan = 0.24, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 145 | 190 | 14 | - |
| CMYK | 0.24 | 0 | 0.93 | 0.25 |
| HSL | 75.34º | 0.86% | 0.4% | - |
| HSV(B) | 75.34º | 0.93% | 0.75% | - |
| XYZ | 30.17 | 42.88 | 7.1 | - |
| YUV | 156.48 | 47.59 | 119.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 190 | 14 | 0.24 | 0 | 0.93 | 0.25 | 75.34 | 0.86 | 0.4 |
| Hex | 91 | BE | E | 18 | 0 | 5D | 19 | 4B | 56 | 28 |
| Octal | 221 | 276 | 16 | 30 | 0 | 135 | 31 | 113 | 126 | 50 |
| Binary | 10010001 | 10111110 | 1110 | 11000 | 0 | 1011101 | 11001 | 1001011 | 1010110 | 101000 |
Color Harmonies of #91BE0E
Complementary color
Monochromatic Colors of #91BE0E
Black with #91BE0E
Text Example
Text Example
White with #91BE0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91BE0E; }
p { color: rgb(145,190,14); }
H1.HeaderClassName
{
color: #91BE0E;
}
.AnyTagClassName
{
color: #91BE0E;
}
</style>
background-color css
<style>
a { background-color: #91BE0E; }
a { background-color: rgb(145,190,14); }
div.DivClassName
{
background-color: #91BE0E;
}
.BgClassName
{
background-color: #91BE0E;
}
</style>
border-color css
<style>
span { border-color: #91BE0E; }
span { border-color: rgb(145,190,14); }
td.TdClassName
{
border-color: #91BE0E;
}
.TagClassName
{
border-color: #91BE0E;
}
</style>