Shades of Chelsea Cucumber #8BA171
Tints of Chelsea Cucumber #8BA171
RGB
CMYK
RGB Variations
Color information
#8BA171 (or 0x8BA171) is known color: Chelsea Cucumber. HEX triplet: 8B, A1 and 71. RGB value is (139,161,113). Sum of RGB (Red+Green+Blue) = 139+161+113=413 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.66% from 413); Green value is 161 (63.28% from 255 or 38.98% from 413); Blue value is 113 (44.53% from 255 or 27.36% from 413); Max value from RGB is 161 - color contains mainly: green. Hex color #8BA171 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BA171 is #745E8E. Grayscale: #959595. Windows color (decimal): -7626383 or 7446923. OLE color: 7446923.
HSL color Cylindrical-coordinate representation of color #8BA171: hue angle of 87.5º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8BA171 is Cyan = 0.14, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 139 | 161 | 113 | - |
| CMYK | 0.14 | 0 | 0.30 | 0.37 |
| HSL | 87.5º | 0.2% | 0.54% | - |
| HSV(B) | 87.5º | 0.3% | 0.63% | - |
| XYZ | 26.37 | 32.17 | 20.44 | - |
| YUV | 148.95 | 107.71 | 120.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 161 | 113 | 0.14 | 0 | 0.30 | 0.37 | 87.5 | 0.2 | 0.54 |
| Hex | 8B | A1 | 71 | E | 0 | 1E | 25 | 57 | 14 | 36 |
| Octal | 213 | 241 | 161 | 16 | 0 | 36 | 45 | 127 | 24 | 66 |
| Binary | 10001011 | 10100001 | 1110001 | 1110 | 0 | 11110 | 100101 | 1010111 | 10100 | 110110 |
Color Harmonies of #8BA171
Complementary color
Monochromatic Colors of #8BA171
Black with #8BA171
Text Example
Text Example
White with #8BA171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA171; }
p { color: rgb(139,161,113); }
H1.HeaderClassName
{
color: #8BA171;
}
.AnyTagClassName
{
color: #8BA171;
}
</style>
background-color css
<style>
a { background-color: #8BA171; }
a { background-color: rgb(139,161,113); }
div.DivClassName
{
background-color: #8BA171;
}
.BgClassName
{
background-color: #8BA171;
}
</style>
border-color css
<style>
span { border-color: #8BA171; }
span { border-color: rgb(139,161,113); }
td.TdClassName
{
border-color: #8BA171;
}
.TagClassName
{
border-color: #8BA171;
}
</style>