Shades of Chelsea Cucumber #899B65
Tints of Chelsea Cucumber #899B65
RGB
CMYK
RGB Variations
Color information
#899B65 (or 0x899B65) is known color: Chelsea Cucumber. HEX triplet: 89, 9B and 65. RGB value is (137,155,101). Sum of RGB (Red+Green+Blue) = 137+155+101=393 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.86% from 393); Green value is 155 (60.94% from 255 or 39.44% from 393); Blue value is 101 (39.84% from 255 or 25.70% from 393); Max value from RGB is 155 - color contains mainly: green. Hex color #899B65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #899B65 is #76649A. Grayscale: #8F8F8F. Windows color (decimal): -7759003 or 6658953. OLE color: 6658953.
HSL color Cylindrical-coordinate representation of color #899B65: hue angle of 80º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #899B65 is Cyan = 0.12, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 137 | 155 | 101 | - |
| CMYK | 0.12 | 0 | 0.35 | 0.39 |
| HSL | 80º | 0.21% | 0.5% | - |
| HSV(B) | 80º | 0.35% | 0.61% | - |
| XYZ | 24.39 | 29.7 | 16.76 | - |
| YUV | 143.46 | 104.04 | 123.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 155 | 101 | 0.12 | 0 | 0.35 | 0.39 | 80 | 0.21 | 0.5 |
| Hex | 89 | 9B | 65 | C | 0 | 23 | 27 | 50 | 15 | 32 |
| Octal | 211 | 233 | 145 | 14 | 0 | 43 | 47 | 120 | 25 | 62 |
| Binary | 10001001 | 10011011 | 1100101 | 1100 | 0 | 100011 | 100111 | 1010000 | 10101 | 110010 |
Color Harmonies of #899B65
Complementary color
Monochromatic Colors of #899B65
Black with #899B65
Text Example
Text Example
White with #899B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899B65; }
p { color: rgb(137,155,101); }
H1.HeaderClassName
{
color: #899B65;
}
.AnyTagClassName
{
color: #899B65;
}
</style>
background-color css
<style>
a { background-color: #899B65; }
a { background-color: rgb(137,155,101); }
div.DivClassName
{
background-color: #899B65;
}
.BgClassName
{
background-color: #899B65;
}
</style>
border-color css
<style>
span { border-color: #899B65; }
span { border-color: rgb(137,155,101); }
td.TdClassName
{
border-color: #899B65;
}
.TagClassName
{
border-color: #899B65;
}
</style>