Shades of Chelsea Cucumber #899B5B
Tints of Chelsea Cucumber #899B5B
RGB
CMYK
RGB Variations
Color information
#899B5B (or 0x899B5B) is known color: Chelsea Cucumber. HEX triplet: 89, 9B and 5B. RGB value is (137,155,91). Sum of RGB (Red+Green+Blue) = 137+155+91=383 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.77% from 383); Green value is 155 (60.94% from 255 or 40.47% from 383); Blue value is 91 (35.94% from 255 or 23.76% from 383); Max value from RGB is 155 - color contains mainly: green. Hex color #899B5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #899B5B is #7664A4. Grayscale: #8E8E8E. Windows color (decimal): -7759013 or 6003593. OLE color: 6003593.
HSL color Cylindrical-coordinate representation of color #899B5B: hue angle of 76.88º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #899B5B is Cyan = 0.12, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 137 | 155 | 91 | - |
| CMYK | 0.12 | 0 | 0.41 | 0.39 |
| HSL | 76.88º | 0.26% | 0.48% | - |
| HSV(B) | 76.88º | 0.41% | 0.61% | - |
| XYZ | 23.93 | 29.52 | 14.33 | - |
| YUV | 142.32 | 99.04 | 124.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 155 | 91 | 0.12 | 0 | 0.41 | 0.39 | 76.88 | 0.26 | 0.48 |
| Hex | 89 | 9B | 5B | C | 0 | 29 | 27 | 4D | 1A | 30 |
| Octal | 211 | 233 | 133 | 14 | 0 | 51 | 47 | 115 | 32 | 60 |
| Binary | 10001001 | 10011011 | 1011011 | 1100 | 0 | 101001 | 100111 | 1001101 | 11010 | 110000 |
Color Harmonies of #899B5B
Complementary color
Monochromatic Colors of #899B5B
Black with #899B5B
Text Example
Text Example
White with #899B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899B5B; }
p { color: rgb(137,155,91); }
H1.HeaderClassName
{
color: #899B5B;
}
.AnyTagClassName
{
color: #899B5B;
}
</style>
background-color css
<style>
a { background-color: #899B5B; }
a { background-color: rgb(137,155,91); }
div.DivClassName
{
background-color: #899B5B;
}
.BgClassName
{
background-color: #899B5B;
}
</style>
border-color css
<style>
span { border-color: #899B5B; }
span { border-color: rgb(137,155,91); }
td.TdClassName
{
border-color: #899B5B;
}
.TagClassName
{
border-color: #899B5B;
}
</style>