Shades of Chelsea Cucumber #89B95A
Tints of Chelsea Cucumber #89B95A
RGB
CMYK
RGB Variations
Color information
#89B95A (or 0x89B95A) is known color: Chelsea Cucumber. HEX triplet: 89, B9 and 5A. RGB value is (137,185,90). Sum of RGB (Red+Green+Blue) = 137+185+90=412 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.25% from 412); Green value is 185 (72.66% from 255 or 44.90% from 412); Blue value is 90 (35.55% from 255 or 21.84% from 412); Max value from RGB is 185 - color contains mainly: green. Hex color #89B95A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #89B95A is #7646A5. Grayscale: #A0A0A0. Windows color (decimal): -7751334 or 5945737. OLE color: 5945737.
HSL color Cylindrical-coordinate representation of color #89B95A: hue angle of 90.32º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #89B95A is Cyan = 0.26, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 137 | 185 | 90 | - |
| CMYK | 0.26 | 0 | 0.51 | 0.27 |
| HSL | 90.32º | 0.4% | 0.54% | - |
| HSV(B) | 90.32º | 0.51% | 0.73% | - |
| XYZ | 29.51 | 40.75 | 15.98 | - |
| YUV | 159.82 | 88.6 | 111.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 185 | 90 | 0.26 | 0 | 0.51 | 0.27 | 90.32 | 0.4 | 0.54 |
| Hex | 89 | B9 | 5A | 1A | 0 | 33 | 1B | 5A | 28 | 36 |
| Octal | 211 | 271 | 132 | 32 | 0 | 63 | 33 | 132 | 50 | 66 |
| Binary | 10001001 | 10111001 | 1011010 | 11010 | 0 | 110011 | 11011 | 1011010 | 101000 | 110110 |
Color Harmonies of #89B95A
Complementary color
Monochromatic Colors of #89B95A
Black with #89B95A
Text Example
Text Example
White with #89B95A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89B95A; }
p { color: rgb(137,185,90); }
H1.HeaderClassName
{
color: #89B95A;
}
.AnyTagClassName
{
color: #89B95A;
}
</style>
background-color css
<style>
a { background-color: #89B95A; }
a { background-color: rgb(137,185,90); }
div.DivClassName
{
background-color: #89B95A;
}
.BgClassName
{
background-color: #89B95A;
}
</style>
border-color css
<style>
span { border-color: #89B95A; }
span { border-color: rgb(137,185,90); }
td.TdClassName
{
border-color: #89B95A;
}
.TagClassName
{
border-color: #89B95A;
}
</style>