Shades of Citrus #91BA08
Tints of Citrus #91BA08
RGB
CMYK
RGB Variations
Color information
#91BA08 (or 0x91BA08) is known color: Citrus. HEX triplet: 91, BA and 08. RGB value is (145,186,8). Sum of RGB (Red+Green+Blue) = 145+186+8=339 (44% of max value = 765). Red value is 145 (57.03% from 255 or 42.77% from 339); Green value is 186 (73.05% from 255 or 54.87% from 339); Blue value is 8 (3.52% from 255 or 2.36% from 339); Max value from RGB is 186 - color contains mainly: green. Hex color #91BA08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #91BA08 is #6E45F7. Grayscale: #9A9A9A. Windows color (decimal): -7226872 or 572049. OLE color: 572049.
HSL color Cylindrical-coordinate representation of color #91BA08: hue angle of 73.82º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #91BA08 is Cyan = 0.22, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 145 | 186 | 8 | - |
| CMYK | 0.22 | 0 | 0.96 | 0.27 |
| HSL | 73.82º | 0.92% | 0.38% | - |
| HSV(B) | 73.82º | 0.96% | 0.73% | - |
| XYZ | 29.28 | 41.16 | 6.63 | - |
| YUV | 153.45 | 45.92 | 121.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 186 | 8 | 0.22 | 0 | 0.96 | 0.27 | 73.82 | 0.92 | 0.38 |
| Hex | 91 | BA | 8 | 16 | 0 | 60 | 1B | 4A | 5C | 26 |
| Octal | 221 | 272 | 10 | 26 | 0 | 140 | 33 | 112 | 134 | 46 |
| Binary | 10010001 | 10111010 | 1000 | 10110 | 0 | 1100000 | 11011 | 1001010 | 1011100 | 100110 |
Color Harmonies of #91BA08
Complementary color
Monochromatic Colors of #91BA08
Black with #91BA08
Text Example
Text Example
White with #91BA08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91BA08; }
p { color: rgb(145,186,8); }
H1.HeaderClassName
{
color: #91BA08;
}
.AnyTagClassName
{
color: #91BA08;
}
</style>
background-color css
<style>
a { background-color: #91BA08; }
a { background-color: rgb(145,186,8); }
div.DivClassName
{
background-color: #91BA08;
}
.BgClassName
{
background-color: #91BA08;
}
</style>
border-color css
<style>
span { border-color: #91BA08; }
span { border-color: rgb(145,186,8); }
td.TdClassName
{
border-color: #91BA08;
}
.TagClassName
{
border-color: #91BA08;
}
</style>