Shades of Chelsea Cucumber #91BC5E
Tints of Chelsea Cucumber #91BC5E
RGB
CMYK
RGB Variations
Color information
#91BC5E (or 0x91BC5E) is known color: Chelsea Cucumber. HEX triplet: 91, BC and 5E. RGB value is (145,188,94). Sum of RGB (Red+Green+Blue) = 145+188+94=427 (56% of max value = 765). Red value is 145 (57.03% from 255 or 33.96% from 427); Green value is 188 (73.83% from 255 or 44.03% from 427); Blue value is 94 (37.11% from 255 or 22.01% from 427); Max value from RGB is 188 - color contains mainly: green. Hex color #91BC5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #91BC5E is #6E43A1. Grayscale: #A4A4A4. Windows color (decimal): -7226274 or 6208657. OLE color: 6208657.
HSL color Cylindrical-coordinate representation of color #91BC5E: hue angle of 87.45º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #91BC5E is Cyan = 0.23, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 145 | 188 | 94 | - |
| CMYK | 0.23 | 0 | 0.50 | 0.26 |
| HSL | 87.45º | 0.41% | 0.55% | - |
| HSV(B) | 87.45º | 0.5% | 0.74% | - |
| XYZ | 31.68 | 42.79 | 17.18 | - |
| YUV | 164.43 | 88.25 | 114.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 188 | 94 | 0.23 | 0 | 0.50 | 0.26 | 87.45 | 0.41 | 0.55 |
| Hex | 91 | BC | 5E | 17 | 0 | 32 | 1A | 57 | 29 | 37 |
| Octal | 221 | 274 | 136 | 27 | 0 | 62 | 32 | 127 | 51 | 67 |
| Binary | 10010001 | 10111100 | 1011110 | 10111 | 0 | 110010 | 11010 | 1010111 | 101001 | 110111 |
Color Harmonies of #91BC5E
Complementary color
Monochromatic Colors of #91BC5E
Black with #91BC5E
Text Example
Text Example
White with #91BC5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91BC5E; }
p { color: rgb(145,188,94); }
H1.HeaderClassName
{
color: #91BC5E;
}
.AnyTagClassName
{
color: #91BC5E;
}
</style>
background-color css
<style>
a { background-color: #91BC5E; }
a { background-color: rgb(145,188,94); }
div.DivClassName
{
background-color: #91BC5E;
}
.BgClassName
{
background-color: #91BC5E;
}
</style>
border-color css
<style>
span { border-color: #91BC5E; }
span { border-color: rgb(145,188,94); }
td.TdClassName
{
border-color: #91BC5E;
}
.TagClassName
{
border-color: #91BC5E;
}
</style>