Shades of Chelsea Cucumber #8B9A55
Tints of Chelsea Cucumber #8B9A55
RGB
CMYK
RGB Variations
Color information
#8B9A55 (or 0x8B9A55) is known color: Chelsea Cucumber. HEX triplet: 8B, 9A and 55. RGB value is (139,154,85). Sum of RGB (Red+Green+Blue) = 139+154+85=378 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.77% from 378); Green value is 154 (60.55% from 255 or 40.74% from 378); Blue value is 85 (33.59% from 255 or 22.49% from 378); Max value from RGB is 154 - color contains mainly: green. Hex color #8B9A55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B9A55 is #7465AA. Grayscale: #8D8D8D. Windows color (decimal): -7628203 or 5610123. OLE color: 5610123.
HSL color Cylindrical-coordinate representation of color #8B9A55: hue angle of 73.04º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8B9A55 is Cyan = 0.10, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 139 | 154 | 85 | - |
| CMYK | 0.10 | 0 | 0.45 | 0.40 |
| HSL | 73.04º | 0.29% | 0.47% | - |
| HSV(B) | 73.04º | 0.45% | 0.6% | - |
| XYZ | 23.84 | 29.26 | 12.98 | - |
| YUV | 141.65 | 96.03 | 126.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 154 | 85 | 0.10 | 0 | 0.45 | 0.40 | 73.04 | 0.29 | 0.47 |
| Hex | 8B | 9A | 55 | A | 0 | 2D | 28 | 49 | 1D | 2F |
| Octal | 213 | 232 | 125 | 12 | 0 | 55 | 50 | 111 | 35 | 57 |
| Binary | 10001011 | 10011010 | 1010101 | 1010 | 0 | 101101 | 101000 | 1001001 | 11101 | 101111 |
Color Harmonies of #8B9A55
Complementary color
Monochromatic Colors of #8B9A55
Black with #8B9A55
Text Example
Text Example
White with #8B9A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B9A55; }
p { color: rgb(139,154,85); }
H1.HeaderClassName
{
color: #8B9A55;
}
.AnyTagClassName
{
color: #8B9A55;
}
</style>
background-color css
<style>
a { background-color: #8B9A55; }
a { background-color: rgb(139,154,85); }
div.DivClassName
{
background-color: #8B9A55;
}
.BgClassName
{
background-color: #8B9A55;
}
</style>
border-color css
<style>
span { border-color: #8B9A55; }
span { border-color: rgb(139,154,85); }
td.TdClassName
{
border-color: #8B9A55;
}
.TagClassName
{
border-color: #8B9A55;
}
</style>