Shades of Chelsea Cucumber #899F50
Tints of Chelsea Cucumber #899F50
RGB
CMYK
RGB Variations
Color information
#899F50 (or 0x899F50) is known color: Chelsea Cucumber. HEX triplet: 89, 9F and 50. RGB value is (137,159,80). Sum of RGB (Red+Green+Blue) = 137+159+80=376 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.44% from 376); Green value is 159 (62.5% from 255 or 42.29% from 376); Blue value is 80 (31.64% from 255 or 21.28% from 376); Max value from RGB is 159 - color contains mainly: green. Hex color #899F50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #899F50 is #7660AF. Grayscale: #8F8F8F. Windows color (decimal): -7758000 or 5283721. OLE color: 5283721.
HSL color Cylindrical-coordinate representation of color #899F50: hue angle of 76.71º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #899F50 is Cyan = 0.14, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 137 | 159 | 80 | - |
| CMYK | 0.14 | 0 | 0.50 | 0.38 |
| HSL | 76.71º | 0.33% | 0.47% | - |
| HSV(B) | 76.71º | 0.5% | 0.62% | - |
| XYZ | 24.16 | 30.69 | 12.24 | - |
| YUV | 143.42 | 92.21 | 123.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 159 | 80 | 0.14 | 0 | 0.50 | 0.38 | 76.71 | 0.33 | 0.47 |
| Hex | 89 | 9F | 50 | E | 0 | 32 | 26 | 4D | 21 | 2F |
| Octal | 211 | 237 | 120 | 16 | 0 | 62 | 46 | 115 | 41 | 57 |
| Binary | 10001001 | 10011111 | 1010000 | 1110 | 0 | 110010 | 100110 | 1001101 | 100001 | 101111 |
Color Harmonies of #899F50
Complementary color
Monochromatic Colors of #899F50
Black with #899F50
Text Example
Text Example
White with #899F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899F50; }
p { color: rgb(137,159,80); }
H1.HeaderClassName
{
color: #899F50;
}
.AnyTagClassName
{
color: #899F50;
}
</style>
background-color css
<style>
a { background-color: #899F50; }
a { background-color: rgb(137,159,80); }
div.DivClassName
{
background-color: #899F50;
}
.BgClassName
{
background-color: #899F50;
}
</style>
border-color css
<style>
span { border-color: #899F50; }
span { border-color: rgb(137,159,80); }
td.TdClassName
{
border-color: #899F50;
}
.TagClassName
{
border-color: #899F50;
}
</style>