Shades of Chelsea Cucumber #91BA55
Tints of Chelsea Cucumber #91BA55
RGB
CMYK
RGB Variations
Color information
#91BA55 (or 0x91BA55) is known color: Chelsea Cucumber. HEX triplet: 91, BA and 55. RGB value is (145,186,85). Sum of RGB (Red+Green+Blue) = 145+186+85=416 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.86% from 416); Green value is 186 (73.05% from 255 or 44.71% from 416); Blue value is 85 (33.59% from 255 or 20.43% from 416); Max value from RGB is 186 - color contains mainly: green. Hex color #91BA55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #91BA55 is #6E45AA. Grayscale: #A2A2A2. Windows color (decimal): -7226795 or 5618321. OLE color: 5618321.
HSL color Cylindrical-coordinate representation of color #91BA55: hue angle of 84.36º 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 #91BA55 is Cyan = 0.22, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 145 | 186 | 85 | - |
| CMYK | 0.22 | 0 | 0.54 | 0.27 |
| HSL | 84.36º | 0.42% | 0.53% | - |
| HSV(B) | 84.36º | 0.54% | 0.73% | - |
| XYZ | 30.88 | 41.79 | 15.03 | - |
| YUV | 162.23 | 84.42 | 115.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 186 | 85 | 0.22 | 0 | 0.54 | 0.27 | 84.36 | 0.42 | 0.53 |
| Hex | 91 | BA | 55 | 16 | 0 | 36 | 1B | 54 | 2A | 35 |
| Octal | 221 | 272 | 125 | 26 | 0 | 66 | 33 | 124 | 52 | 65 |
| Binary | 10010001 | 10111010 | 1010101 | 10110 | 0 | 110110 | 11011 | 1010100 | 101010 | 110101 |
Color Harmonies of #91BA55
Complementary color
Monochromatic Colors of #91BA55
Black with #91BA55
Text Example
Text Example
White with #91BA55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91BA55; }
p { color: rgb(145,186,85); }
H1.HeaderClassName
{
color: #91BA55;
}
.AnyTagClassName
{
color: #91BA55;
}
</style>
background-color css
<style>
a { background-color: #91BA55; }
a { background-color: rgb(145,186,85); }
div.DivClassName
{
background-color: #91BA55;
}
.BgClassName
{
background-color: #91BA55;
}
</style>
border-color css
<style>
span { border-color: #91BA55; }
span { border-color: rgb(145,186,85); }
td.TdClassName
{
border-color: #91BA55;
}
.TagClassName
{
border-color: #91BA55;
}
</style>