Shades of Chelsea Cucumber #91BC5B
Tints of Chelsea Cucumber #91BC5B
RGB
CMYK
RGB Variations
Color information
#91BC5B (or 0x91BC5B) is known color: Chelsea Cucumber. HEX triplet: 91, BC and 5B. RGB value is (145,188,91). Sum of RGB (Red+Green+Blue) = 145+188+91=424 (56% of max value = 765). Red value is 145 (57.03% from 255 or 34.20% from 424); Green value is 188 (73.83% from 255 or 44.34% from 424); Blue value is 91 (35.94% from 255 or 21.46% from 424); Max value from RGB is 188 - color contains mainly: green. Hex color #91BC5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #91BC5B is #6E43A4. Grayscale: #A4A4A4. Windows color (decimal): -7226277 or 6012049. OLE color: 6012049.
HSL color Cylindrical-coordinate representation of color #91BC5B: hue angle of 86.6º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #91BC5B is Cyan = 0.23, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 145 | 188 | 91 | - |
| CMYK | 0.23 | 0 | 0.52 | 0.26 |
| HSL | 86.6º | 0.42% | 0.55% | - |
| HSV(B) | 86.6º | 0.52% | 0.74% | - |
| XYZ | 31.55 | 42.74 | 16.48 | - |
| YUV | 164.09 | 86.75 | 114.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 188 | 91 | 0.23 | 0 | 0.52 | 0.26 | 86.6 | 0.42 | 0.55 |
| Hex | 91 | BC | 5B | 17 | 0 | 34 | 1A | 57 | 2A | 37 |
| Octal | 221 | 274 | 133 | 27 | 0 | 64 | 32 | 127 | 52 | 67 |
| Binary | 10010001 | 10111100 | 1011011 | 10111 | 0 | 110100 | 11010 | 1010111 | 101010 | 110111 |
Color Harmonies of #91BC5B
Complementary color
Monochromatic Colors of #91BC5B
Black with #91BC5B
Text Example
Text Example
White with #91BC5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91BC5B; }
p { color: rgb(145,188,91); }
H1.HeaderClassName
{
color: #91BC5B;
}
.AnyTagClassName
{
color: #91BC5B;
}
</style>
background-color css
<style>
a { background-color: #91BC5B; }
a { background-color: rgb(145,188,91); }
div.DivClassName
{
background-color: #91BC5B;
}
.BgClassName
{
background-color: #91BC5B;
}
</style>
border-color css
<style>
span { border-color: #91BC5B; }
span { border-color: rgb(145,188,91); }
td.TdClassName
{
border-color: #91BC5B;
}
.TagClassName
{
border-color: #91BC5B;
}
</style>