Shades of Citrus #91BC01
Tints of Citrus #91BC01
RGB
CMYK
RGB Variations
Color information
#91BC01 (or 0x91BC01) is known color: Citrus. HEX triplet: 91, BC and 01. RGB value is (145,188,1). Sum of RGB (Red+Green+Blue) = 145+188+1=334 (44% of max value = 765). Red value is 145 (57.03% from 255 or 43.41% from 334); Green value is 188 (73.83% from 255 or 56.29% from 334); Blue value is 1 (0.78% from 255 or 0.30% from 334); Max value from RGB is 188 - color contains mainly: green. Hex color #91BC01 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #91BC01 is #6E43FE. Grayscale: #9A9A9A. Windows color (decimal): -7226367 or 113809. OLE color: 113809.
HSL color Cylindrical-coordinate representation of color #91BC01: hue angle of 73.8º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #91BC01 is Cyan = 0.23, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 145 | 188 | 1 | - |
| CMYK | 0.23 | 0 | 0.99 | 0.26 |
| HSL | 73.8º | 0.99% | 0.37% | - |
| HSV(B) | 73.8º | 0.99% | 0.74% | - |
| XYZ | 29.67 | 41.99 | 6.57 | - |
| YUV | 153.83 | 41.75 | 121.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 188 | 1 | 0.23 | 0 | 0.99 | 0.26 | 73.8 | 0.99 | 0.37 |
| Hex | 91 | BC | 1 | 17 | 0 | 63 | 1A | 4A | 63 | 25 |
| Octal | 221 | 274 | 1 | 27 | 0 | 143 | 32 | 112 | 143 | 45 |
| Binary | 10010001 | 10111100 | 1 | 10111 | 0 | 1100011 | 11010 | 1001010 | 1100011 | 100101 |
Color Harmonies of #91BC01
Complementary color
Monochromatic Colors of #91BC01
Black with #91BC01
Text Example
Text Example
White with #91BC01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91BC01; }
p { color: rgb(145,188,1); }
H1.HeaderClassName
{
color: #91BC01;
}
.AnyTagClassName
{
color: #91BC01;
}
</style>
background-color css
<style>
a { background-color: #91BC01; }
a { background-color: rgb(145,188,1); }
div.DivClassName
{
background-color: #91BC01;
}
.BgClassName
{
background-color: #91BC01;
}
</style>
border-color css
<style>
span { border-color: #91BC01; }
span { border-color: rgb(145,188,1); }
td.TdClassName
{
border-color: #91BC01;
}
.TagClassName
{
border-color: #91BC01;
}
</style>