Shades of Chelsea Cucumber #899D55
Tints of Chelsea Cucumber #899D55
RGB
CMYK
RGB Variations
Color information
#899D55 (or 0x899D55) is known color: Chelsea Cucumber. HEX triplet: 89, 9D and 55. RGB value is (137,157,85). Sum of RGB (Red+Green+Blue) = 137+157+85=379 (50% of max value = 765). Red value is 137 (53.91% from 255 or 36.15% from 379); Green value is 157 (61.72% from 255 or 41.42% from 379); Blue value is 85 (33.59% from 255 or 22.43% from 379); Max value from RGB is 157 - color contains mainly: green. Hex color #899D55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #899D55 is #7662AA. Grayscale: #8F8F8F. Windows color (decimal): -7758507 or 5610889. OLE color: 5610889.
HSL color Cylindrical-coordinate representation of color #899D55: hue angle of 76.67º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #899D55 is Cyan = 0.13, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 137 | 157 | 85 | - |
| CMYK | 0.13 | 0 | 0.46 | 0.38 |
| HSL | 76.67º | 0.3% | 0.47% | - |
| HSV(B) | 76.67º | 0.46% | 0.62% | - |
| XYZ | 24.01 | 30.09 | 13.14 | - |
| YUV | 142.81 | 95.37 | 123.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 157 | 85 | 0.13 | 0 | 0.46 | 0.38 | 76.67 | 0.3 | 0.47 |
| Hex | 89 | 9D | 55 | D | 0 | 2E | 26 | 4D | 1E | 2F |
| Octal | 211 | 235 | 125 | 15 | 0 | 56 | 46 | 115 | 36 | 57 |
| Binary | 10001001 | 10011101 | 1010101 | 1101 | 0 | 101110 | 100110 | 1001101 | 11110 | 101111 |
Color Harmonies of #899D55
Complementary color
Monochromatic Colors of #899D55
Black with #899D55
Text Example
Text Example
White with #899D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899D55; }
p { color: rgb(137,157,85); }
H1.HeaderClassName
{
color: #899D55;
}
.AnyTagClassName
{
color: #899D55;
}
</style>
background-color css
<style>
a { background-color: #899D55; }
a { background-color: rgb(137,157,85); }
div.DivClassName
{
background-color: #899D55;
}
.BgClassName
{
background-color: #899D55;
}
</style>
border-color css
<style>
span { border-color: #899D55; }
span { border-color: rgb(137,157,85); }
td.TdClassName
{
border-color: #899D55;
}
.TagClassName
{
border-color: #899D55;
}
</style>