Shades of Chelsea Cucumber #899868
Tints of Chelsea Cucumber #899868
RGB
CMYK
RGB Variations
Color information
#899868 (or 0x899868) is known color: Chelsea Cucumber. HEX triplet: 89, 98 and 68. RGB value is (137,152,104). Sum of RGB (Red+Green+Blue) = 137+152+104=393 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.86% from 393); Green value is 152 (59.77% from 255 or 38.68% from 393); Blue value is 104 (41.02% from 255 or 26.46% from 393); Max value from RGB is 152 - color contains mainly: green. Hex color #899868 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #899868 is #766797. Grayscale: #8E8E8E. Windows color (decimal): -7759768 or 6854793. OLE color: 6854793.
HSL color Cylindrical-coordinate representation of color #899868: hue angle of 78.75º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #899868 is Cyan = 0.10, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 137 | 152 | 104 | - |
| CMYK | 0.10 | 0 | 0.32 | 0.40 |
| HSL | 78.75º | 0.19% | 0.5% | - |
| HSV(B) | 78.75º | 0.32% | 0.6% | - |
| XYZ | 24.04 | 28.77 | 17.38 | - |
| YUV | 142.04 | 106.53 | 124.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 152 | 104 | 0.10 | 0 | 0.32 | 0.40 | 78.75 | 0.19 | 0.5 |
| Hex | 89 | 98 | 68 | A | 0 | 20 | 28 | 4F | 13 | 32 |
| Octal | 211 | 230 | 150 | 12 | 0 | 40 | 50 | 117 | 23 | 62 |
| Binary | 10001001 | 10011000 | 1101000 | 1010 | 0 | 100000 | 101000 | 1001111 | 10011 | 110010 |
Color Harmonies of #899868
Complementary color
Monochromatic Colors of #899868
Black with #899868
Text Example
Text Example
White with #899868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899868; }
p { color: rgb(137,152,104); }
H1.HeaderClassName
{
color: #899868;
}
.AnyTagClassName
{
color: #899868;
}
</style>
background-color css
<style>
a { background-color: #899868; }
a { background-color: rgb(137,152,104); }
div.DivClassName
{
background-color: #899868;
}
.BgClassName
{
background-color: #899868;
}
</style>
border-color css
<style>
span { border-color: #899868; }
span { border-color: rgb(137,152,104); }
td.TdClassName
{
border-color: #899868;
}
.TagClassName
{
border-color: #899868;
}
</style>