Shades of Chelsea Cucumber #8BA153
Tints of Chelsea Cucumber #8BA153
RGB
CMYK
RGB Variations
Color information
#8BA153 (or 0x8BA153) is known color: Chelsea Cucumber. HEX triplet: 8B, A1 and 53. RGB value is (139,161,83). Sum of RGB (Red+Green+Blue) = 139+161+83=383 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.29% from 383); Green value is 161 (63.28% from 255 or 42.04% from 383); Blue value is 83 (32.81% from 255 or 21.67% from 383); Max value from RGB is 161 - color contains mainly: green. Hex color #8BA153 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BA153 is #745EAC. Grayscale: #919191. Windows color (decimal): -7626413 or 5480843. OLE color: 5480843.
HSL color Cylindrical-coordinate representation of color #8BA153: hue angle of 76.92º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8BA153 is Cyan = 0.14, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 139 | 161 | 83 | - |
| CMYK | 0.14 | 0 | 0.48 | 0.37 |
| HSL | 76.92º | 0.32% | 0.48% | - |
| HSV(B) | 76.92º | 0.48% | 0.63% | - |
| XYZ | 24.95 | 31.6 | 12.97 | - |
| YUV | 145.53 | 92.71 | 123.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 161 | 83 | 0.14 | 0 | 0.48 | 0.37 | 76.92 | 0.32 | 0.48 |
| Hex | 8B | A1 | 53 | E | 0 | 30 | 25 | 4D | 20 | 30 |
| Octal | 213 | 241 | 123 | 16 | 0 | 60 | 45 | 115 | 40 | 60 |
| Binary | 10001011 | 10100001 | 1010011 | 1110 | 0 | 110000 | 100101 | 1001101 | 100000 | 110000 |
Color Harmonies of #8BA153
Complementary color
Monochromatic Colors of #8BA153
Black with #8BA153
Text Example
Text Example
White with #8BA153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA153; }
p { color: rgb(139,161,83); }
H1.HeaderClassName
{
color: #8BA153;
}
.AnyTagClassName
{
color: #8BA153;
}
</style>
background-color css
<style>
a { background-color: #8BA153; }
a { background-color: rgb(139,161,83); }
div.DivClassName
{
background-color: #8BA153;
}
.BgClassName
{
background-color: #8BA153;
}
</style>
border-color css
<style>
span { border-color: #8BA153; }
span { border-color: rgb(139,161,83); }
td.TdClassName
{
border-color: #8BA153;
}
.TagClassName
{
border-color: #8BA153;
}
</style>