Shades of Chelsea Cucumber #89BA52
Tints of Chelsea Cucumber #89BA52
RGB
CMYK
RGB Variations
Color information
#89BA52 (or 0x89BA52) is known color: Chelsea Cucumber. HEX triplet: 89, BA and 52. RGB value is (137,186,82). Sum of RGB (Red+Green+Blue) = 137+186+82=405 (53% of max value = 765). Red value is 137 (53.91% from 255 or 33.83% from 405); Green value is 186 (73.05% from 255 or 45.93% from 405); Blue value is 82 (32.42% from 255 or 20.25% from 405); Max value from RGB is 186 - color contains mainly: green. Hex color #89BA52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #89BA52 is #7645AD. Grayscale: #9F9F9F. Windows color (decimal): -7751086 or 5421705. OLE color: 5421705.
HSL color Cylindrical-coordinate representation of color #89BA52: hue angle of 88.27º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #89BA52 is Cyan = 0.26, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 137 | 186 | 82 | - |
| CMYK | 0.26 | 0 | 0.56 | 0.27 |
| HSL | 88.27º | 0.43% | 0.53% | - |
| HSV(B) | 88.27º | 0.56% | 0.73% | - |
| XYZ | 29.4 | 41.05 | 14.36 | - |
| YUV | 159.49 | 84.27 | 111.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 186 | 82 | 0.26 | 0 | 0.56 | 0.27 | 88.27 | 0.43 | 0.53 |
| Hex | 89 | BA | 52 | 1A | 0 | 38 | 1B | 58 | 2B | 35 |
| Octal | 211 | 272 | 122 | 32 | 0 | 70 | 33 | 130 | 53 | 65 |
| Binary | 10001001 | 10111010 | 1010010 | 11010 | 0 | 111000 | 11011 | 1011000 | 101011 | 110101 |
Color Harmonies of #89BA52
Complementary color
Monochromatic Colors of #89BA52
Black with #89BA52
Text Example
Text Example
White with #89BA52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89BA52; }
p { color: rgb(137,186,82); }
H1.HeaderClassName
{
color: #89BA52;
}
.AnyTagClassName
{
color: #89BA52;
}
</style>
background-color css
<style>
a { background-color: #89BA52; }
a { background-color: rgb(137,186,82); }
div.DivClassName
{
background-color: #89BA52;
}
.BgClassName
{
background-color: #89BA52;
}
</style>
border-color css
<style>
span { border-color: #89BA52; }
span { border-color: rgb(137,186,82); }
td.TdClassName
{
border-color: #89BA52;
}
.TagClassName
{
border-color: #89BA52;
}
</style>