Shades of Chelsea Cucumber #8BA161
Tints of Chelsea Cucumber #8BA161
RGB
CMYK
RGB Variations
Color information
#8BA161 (or 0x8BA161) is known color: Chelsea Cucumber. HEX triplet: 8B, A1 and 61. RGB value is (139,161,97). Sum of RGB (Red+Green+Blue) = 139+161+97=397 (52% of max value = 765). Red value is 139 (54.69% from 255 or 35.01% from 397); Green value is 161 (63.28% from 255 or 40.55% from 397); Blue value is 97 (38.28% from 255 or 24.43% from 397); Max value from RGB is 161 - color contains mainly: green. Hex color #8BA161 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BA161 is #745E9E. Grayscale: #939393. Windows color (decimal): -7626399 or 6398347. OLE color: 6398347.
HSL color Cylindrical-coordinate representation of color #8BA161: hue angle of 80.62º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8BA161 is Cyan = 0.14, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 139 | 161 | 97 | - |
| CMYK | 0.14 | 0 | 0.40 | 0.37 |
| HSL | 80.63º | 0.25% | 0.51% | - |
| HSV(B) | 80.63º | 0.4% | 0.63% | - |
| XYZ | 25.55 | 31.84 | 16.11 | - |
| YUV | 147.13 | 99.71 | 122.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 161 | 97 | 0.14 | 0 | 0.40 | 0.37 | 80.63 | 0.25 | 0.51 |
| Hex | 8B | A1 | 61 | E | 0 | 28 | 25 | 51 | 19 | 33 |
| Octal | 213 | 241 | 141 | 16 | 0 | 50 | 45 | 121 | 31 | 63 |
| Binary | 10001011 | 10100001 | 1100001 | 1110 | 0 | 101000 | 100101 | 1010001 | 11001 | 110011 |
Color Harmonies of #8BA161
Complementary color
Monochromatic Colors of #8BA161
Black with #8BA161
Text Example
Text Example
White with #8BA161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA161; }
p { color: rgb(139,161,97); }
H1.HeaderClassName
{
color: #8BA161;
}
.AnyTagClassName
{
color: #8BA161;
}
</style>
background-color css
<style>
a { background-color: #8BA161; }
a { background-color: rgb(139,161,97); }
div.DivClassName
{
background-color: #8BA161;
}
.BgClassName
{
background-color: #8BA161;
}
</style>
border-color css
<style>
span { border-color: #8BA161; }
span { border-color: rgb(139,161,97); }
td.TdClassName
{
border-color: #8BA161;
}
.TagClassName
{
border-color: #8BA161;
}
</style>