Shades of Citrus #91BC08
Tints of Citrus #91BC08
RGB
CMYK
RGB Variations
Color information
#91BC08 (or 0x91BC08) is known color: Citrus. HEX triplet: 91, BC and 08. RGB value is (145,188,8). Sum of RGB (Red+Green+Blue) = 145+188+8=341 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.52% from 341); Green value is 188 (73.83% from 255 or 55.13% from 341); Blue value is 8 (3.52% from 255 or 2.35% from 341); Max value from RGB is 188 - color contains mainly: green. Hex color #91BC08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #91BC08 is #6E43F7. Grayscale: #9B9B9B. Windows color (decimal): -7226360 or 572561. OLE color: 572561.
HSL color Cylindrical-coordinate representation of color #91BC08: hue angle of 74.33º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #91BC08 is Cyan = 0.23, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 145 | 188 | 8 | - |
| CMYK | 0.23 | 0 | 0.96 | 0.26 |
| HSL | 74.33º | 0.92% | 0.38% | - |
| HSV(B) | 74.33º | 0.96% | 0.74% | - |
| XYZ | 29.7 | 42 | 6.77 | - |
| YUV | 154.62 | 45.25 | 121.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 188 | 8 | 0.23 | 0 | 0.96 | 0.26 | 74.33 | 0.92 | 0.38 |
| Hex | 91 | BC | 8 | 17 | 0 | 60 | 1A | 4A | 5C | 26 |
| Octal | 221 | 274 | 10 | 27 | 0 | 140 | 32 | 112 | 134 | 46 |
| Binary | 10010001 | 10111100 | 1000 | 10111 | 0 | 1100000 | 11010 | 1001010 | 1011100 | 100110 |
Color Harmonies of #91BC08
Complementary color
Monochromatic Colors of #91BC08
Black with #91BC08
Text Example
Text Example
White with #91BC08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91BC08; }
p { color: rgb(145,188,8); }
H1.HeaderClassName
{
color: #91BC08;
}
.AnyTagClassName
{
color: #91BC08;
}
</style>
background-color css
<style>
a { background-color: #91BC08; }
a { background-color: rgb(145,188,8); }
div.DivClassName
{
background-color: #91BC08;
}
.BgClassName
{
background-color: #91BC08;
}
</style>
border-color css
<style>
span { border-color: #91BC08; }
span { border-color: rgb(145,188,8); }
td.TdClassName
{
border-color: #91BC08;
}
.TagClassName
{
border-color: #91BC08;
}
</style>