Shades of Chelsea Cucumber #89B053
Tints of Chelsea Cucumber #89B053
RGB
CMYK
RGB Variations
Color information
#89B053 (or 0x89B053) is known color: Chelsea Cucumber. HEX triplet: 89, B0 and 53. RGB value is (137,176,83). Sum of RGB (Red+Green+Blue) = 137+176+83=396 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.60% from 396); Green value is 176 (69.14% from 255 or 44.44% from 396); Blue value is 83 (32.81% from 255 or 20.96% from 396); Max value from RGB is 176 - color contains mainly: green. Hex color #89B053 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89B053 is #764FAC. Grayscale: #9A9A9A. Windows color (decimal): -7753645 or 5484681. OLE color: 5484681.
HSL color Cylindrical-coordinate representation of color #89B053: hue angle of 85.16º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #89B053 is Cyan = 0.22, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 137 | 176 | 83 | - |
| CMYK | 0.22 | 0 | 0.53 | 0.31 |
| HSL | 85.16º | 0.37% | 0.51% | - |
| HSV(B) | 85.16º | 0.53% | 0.69% | - |
| XYZ | 27.4 | 36.99 | 13.88 | - |
| YUV | 153.74 | 88.08 | 116.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 176 | 83 | 0.22 | 0 | 0.53 | 0.31 | 85.16 | 0.37 | 0.51 |
| Hex | 89 | B0 | 53 | 16 | 0 | 35 | 1F | 55 | 25 | 33 |
| Octal | 211 | 260 | 123 | 26 | 0 | 65 | 37 | 125 | 45 | 63 |
| Binary | 10001001 | 10110000 | 1010011 | 10110 | 0 | 110101 | 11111 | 1010101 | 100101 | 110011 |
Color Harmonies of #89B053
Complementary color
Monochromatic Colors of #89B053
Black with #89B053
Text Example
Text Example
White with #89B053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89B053; }
p { color: rgb(137,176,83); }
H1.HeaderClassName
{
color: #89B053;
}
.AnyTagClassName
{
color: #89B053;
}
</style>
background-color css
<style>
a { background-color: #89B053; }
a { background-color: rgb(137,176,83); }
div.DivClassName
{
background-color: #89B053;
}
.BgClassName
{
background-color: #89B053;
}
</style>
border-color css
<style>
span { border-color: #89B053; }
span { border-color: rgb(137,176,83); }
td.TdClassName
{
border-color: #89B053;
}
.TagClassName
{
border-color: #89B053;
}
</style>