Shades of Chelsea Cucumber #91AB56
Tints of Chelsea Cucumber #91AB56
RGB
CMYK
RGB Variations
Color information
#91AB56 (or 0x91AB56) is known color: Chelsea Cucumber. HEX triplet: 91, AB and 56. RGB value is (145,171,86). Sum of RGB (Red+Green+Blue) = 145+171+86=402 (53% of max value = 765). Red value is 145 (57.03% from 255 or 36.07% from 402); Green value is 171 (67.19% from 255 or 42.54% from 402); Blue value is 86 (33.98% from 255 or 21.39% from 402); Max value from RGB is 171 - color contains mainly: green. Hex color #91AB56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91AB56 is #6E54A9. Grayscale: #999999. Windows color (decimal): -7230634 or 5680017. OLE color: 5680017.
HSL color Cylindrical-coordinate representation of color #91AB56: hue angle of 78.35º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #91AB56 is Cyan = 0.15, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 145 | 171 | 86 | - |
| CMYK | 0.15 | 0 | 0.50 | 0.33 |
| HSL | 78.35º | 0.34% | 0.5% | - |
| HSV(B) | 78.35º | 0.5% | 0.67% | - |
| XYZ | 27.92 | 35.82 | 14.25 | - |
| YUV | 153.54 | 89.89 | 121.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 171 | 86 | 0.15 | 0 | 0.50 | 0.33 | 78.35 | 0.34 | 0.5 |
| Hex | 91 | AB | 56 | F | 0 | 32 | 21 | 4E | 22 | 32 |
| Octal | 221 | 253 | 126 | 17 | 0 | 62 | 41 | 116 | 42 | 62 |
| Binary | 10010001 | 10101011 | 1010110 | 1111 | 0 | 110010 | 100001 | 1001110 | 100010 | 110010 |
Color Harmonies of #91AB56
Complementary color
Monochromatic Colors of #91AB56
Black with #91AB56
Text Example
Text Example
White with #91AB56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91AB56; }
p { color: rgb(145,171,86); }
H1.HeaderClassName
{
color: #91AB56;
}
.AnyTagClassName
{
color: #91AB56;
}
</style>
background-color css
<style>
a { background-color: #91AB56; }
a { background-color: rgb(145,171,86); }
div.DivClassName
{
background-color: #91AB56;
}
.BgClassName
{
background-color: #91AB56;
}
</style>
border-color css
<style>
span { border-color: #91AB56; }
span { border-color: rgb(145,171,86); }
td.TdClassName
{
border-color: #91AB56;
}
.TagClassName
{
border-color: #91AB56;
}
</style>