Shades of Citrus #91B50A
Tints of Citrus #91B50A
RGB
CMYK
RGB Variations
Color information
#91B50A (or 0x91B50A) is known color: Citrus. HEX triplet: 91, B5 and 0A. RGB value is (145,181,10). Sum of RGB (Red+Green+Blue) = 145+181+10=336 (44% of max value = 765). Red value is 145 (57.03% from 255 or 43.15% from 336); Green value is 181 (71.09% from 255 or 53.87% from 336); Blue value is 10 (4.30% from 255 or 2.98% from 336); Max value from RGB is 181 - color contains mainly: green. Hex color #91B50A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #91B50A is #6E4AF5. Grayscale: #979797. Windows color (decimal): -7228150 or 701841. OLE color: 701841.
HSL color Cylindrical-coordinate representation of color #91B50A: hue angle of 72.63º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #91B50A is Cyan = 0.20, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 145 | 181 | 10 | - |
| CMYK | 0.20 | 0 | 0.94 | 0.29 |
| HSL | 72.63º | 0.9% | 0.37% | - |
| HSV(B) | 72.63º | 0.94% | 0.71% | - |
| XYZ | 28.26 | 39.09 | 6.34 | - |
| YUV | 150.74 | 48.57 | 123.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 181 | 10 | 0.20 | 0 | 0.94 | 0.29 | 72.63 | 0.9 | 0.37 |
| Hex | 91 | B5 | A | 14 | 0 | 5E | 1D | 49 | 5A | 25 |
| Octal | 221 | 265 | 12 | 24 | 0 | 136 | 35 | 111 | 132 | 45 |
| Binary | 10010001 | 10110101 | 1010 | 10100 | 0 | 1011110 | 11101 | 1001001 | 1011010 | 100101 |
Color Harmonies of #91B50A
Complementary color
Monochromatic Colors of #91B50A
Black with #91B50A
Text Example
Text Example
White with #91B50A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91B50A; }
p { color: rgb(145,181,10); }
H1.HeaderClassName
{
color: #91B50A;
}
.AnyTagClassName
{
color: #91B50A;
}
</style>
background-color css
<style>
a { background-color: #91B50A; }
a { background-color: rgb(145,181,10); }
div.DivClassName
{
background-color: #91B50A;
}
.BgClassName
{
background-color: #91B50A;
}
</style>
border-color css
<style>
span { border-color: #91B50A; }
span { border-color: rgb(145,181,10); }
td.TdClassName
{
border-color: #91B50A;
}
.TagClassName
{
border-color: #91B50A;
}
</style>