Shades of Chelsea Cucumber #89A150
Tints of Chelsea Cucumber #89A150
RGB
CMYK
RGB Variations
Color information
#89A150 (or 0x89A150) is known color: Chelsea Cucumber. HEX triplet: 89, A1 and 50. RGB value is (137,161,80). Sum of RGB (Red+Green+Blue) = 137+161+80=378 (50% of max value = 765). Red value is 137 (53.91% from 255 or 36.24% from 378); Green value is 161 (63.28% from 255 or 42.59% from 378); Blue value is 80 (31.64% from 255 or 21.16% from 378); Max value from RGB is 161 - color contains mainly: green. Hex color #89A150 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89A150 is #765EAF. Grayscale: #909090. Windows color (decimal): -7757488 or 5284233. OLE color: 5284233.
HSL color Cylindrical-coordinate representation of color #89A150: hue angle of 77.78º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #89A150 is Cyan = 0.15, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 137 | 161 | 80 | - |
| CMYK | 0.15 | 0 | 0.50 | 0.37 |
| HSL | 77.78º | 0.34% | 0.47% | - |
| HSV(B) | 77.78º | 0.5% | 0.63% | - |
| XYZ | 24.51 | 31.39 | 12.36 | - |
| YUV | 144.59 | 91.55 | 122.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 161 | 80 | 0.15 | 0 | 0.50 | 0.37 | 77.78 | 0.34 | 0.47 |
| Hex | 89 | A1 | 50 | F | 0 | 32 | 25 | 4E | 22 | 2F |
| Octal | 211 | 241 | 120 | 17 | 0 | 62 | 45 | 116 | 42 | 57 |
| Binary | 10001001 | 10100001 | 1010000 | 1111 | 0 | 110010 | 100101 | 1001110 | 100010 | 101111 |
Color Harmonies of #89A150
Complementary color
Monochromatic Colors of #89A150
Black with #89A150
Text Example
Text Example
White with #89A150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89A150; }
p { color: rgb(137,161,80); }
H1.HeaderClassName
{
color: #89A150;
}
.AnyTagClassName
{
color: #89A150;
}
</style>
background-color css
<style>
a { background-color: #89A150; }
a { background-color: rgb(137,161,80); }
div.DivClassName
{
background-color: #89A150;
}
.BgClassName
{
background-color: #89A150;
}
</style>
border-color css
<style>
span { border-color: #89A150; }
span { border-color: rgb(137,161,80); }
td.TdClassName
{
border-color: #89A150;
}
.TagClassName
{
border-color: #89A150;
}
</style>