Shades of Chelsea Cucumber #91BA56
Tints of Chelsea Cucumber #91BA56
RGB
CMYK
RGB Variations
Color information
#91BA56 (or 0x91BA56) is known color: Chelsea Cucumber. HEX triplet: 91, BA and 56. RGB value is (145,186,86). Sum of RGB (Red+Green+Blue) = 145+186+86=417 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.77% from 417); Green value is 186 (73.05% from 255 or 44.60% from 417); Blue value is 86 (33.98% from 255 or 20.62% from 417); Max value from RGB is 186 - color contains mainly: green. Hex color #91BA56 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #91BA56 is #6E45A9. Grayscale: #A2A2A2. Windows color (decimal): -7226794 or 5683857. OLE color: 5683857.
HSL color Cylindrical-coordinate representation of color #91BA56: hue angle of 84.6º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #91BA56 is Cyan = 0.22, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 145 | 186 | 86 | - |
| CMYK | 0.22 | 0 | 0.54 | 0.27 |
| HSL | 84.6º | 0.42% | 0.53% | - |
| HSV(B) | 84.6º | 0.54% | 0.73% | - |
| XYZ | 30.92 | 41.81 | 15.24 | - |
| YUV | 162.34 | 84.92 | 115.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 186 | 86 | 0.22 | 0 | 0.54 | 0.27 | 84.6 | 0.42 | 0.53 |
| Hex | 91 | BA | 56 | 16 | 0 | 36 | 1B | 55 | 2A | 35 |
| Octal | 221 | 272 | 126 | 26 | 0 | 66 | 33 | 125 | 52 | 65 |
| Binary | 10010001 | 10111010 | 1010110 | 10110 | 0 | 110110 | 11011 | 1010101 | 101010 | 110101 |
Color Harmonies of #91BA56
Complementary color
Monochromatic Colors of #91BA56
Black with #91BA56
Text Example
Text Example
White with #91BA56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91BA56; }
p { color: rgb(145,186,86); }
H1.HeaderClassName
{
color: #91BA56;
}
.AnyTagClassName
{
color: #91BA56;
}
</style>
background-color css
<style>
a { background-color: #91BA56; }
a { background-color: rgb(145,186,86); }
div.DivClassName
{
background-color: #91BA56;
}
.BgClassName
{
background-color: #91BA56;
}
</style>
border-color css
<style>
span { border-color: #91BA56; }
span { border-color: rgb(145,186,86); }
td.TdClassName
{
border-color: #91BA56;
}
.TagClassName
{
border-color: #91BA56;
}
</style>