Shades of Chelsea Cucumber #91BC5D
Tints of Chelsea Cucumber #91BC5D
RGB
CMYK
RGB Variations
Color information
#91BC5D (or 0x91BC5D) is known color: Chelsea Cucumber. HEX triplet: 91, BC and 5D. RGB value is (145,188,93). Sum of RGB (Red+Green+Blue) = 145+188+93=426 (56% of max value = 765). Red value is 145 (57.03% from 255 or 34.04% from 426); Green value is 188 (73.83% from 255 or 44.13% from 426); Blue value is 93 (36.72% from 255 or 21.83% from 426); Max value from RGB is 188 - color contains mainly: green. Hex color #91BC5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #91BC5D is #6E43A2. Grayscale: #A4A4A4. Windows color (decimal): -7226275 or 6143121. OLE color: 6143121.
HSL color Cylindrical-coordinate representation of color #91BC5D: hue angle of 87.16º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #91BC5D is Cyan = 0.23, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 145 | 188 | 93 | - |
| CMYK | 0.23 | 0 | 0.51 | 0.26 |
| HSL | 87.16º | 0.41% | 0.55% | - |
| HSV(B) | 87.16º | 0.51% | 0.74% | - |
| XYZ | 31.64 | 42.78 | 16.95 | - |
| YUV | 164.31 | 87.75 | 114.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 188 | 93 | 0.23 | 0 | 0.51 | 0.26 | 87.16 | 0.41 | 0.55 |
| Hex | 91 | BC | 5D | 17 | 0 | 33 | 1A | 57 | 29 | 37 |
| Octal | 221 | 274 | 135 | 27 | 0 | 63 | 32 | 127 | 51 | 67 |
| Binary | 10010001 | 10111100 | 1011101 | 10111 | 0 | 110011 | 11010 | 1010111 | 101001 | 110111 |
Color Harmonies of #91BC5D
Complementary color
Monochromatic Colors of #91BC5D
Black with #91BC5D
Text Example
Text Example
White with #91BC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91BC5D; }
p { color: rgb(145,188,93); }
H1.HeaderClassName
{
color: #91BC5D;
}
.AnyTagClassName
{
color: #91BC5D;
}
</style>
background-color css
<style>
a { background-color: #91BC5D; }
a { background-color: rgb(145,188,93); }
div.DivClassName
{
background-color: #91BC5D;
}
.BgClassName
{
background-color: #91BC5D;
}
</style>
border-color css
<style>
span { border-color: #91BC5D; }
span { border-color: rgb(145,188,93); }
td.TdClassName
{
border-color: #91BC5D;
}
.TagClassName
{
border-color: #91BC5D;
}
</style>