Shades of Chelsea Cucumber #8BA261
Tints of Chelsea Cucumber #8BA261
RGB
CMYK
RGB Variations
Color information
#8BA261 (or 0x8BA261) is known color: Chelsea Cucumber. HEX triplet: 8B, A2 and 61. RGB value is (139,162,97). Sum of RGB (Red+Green+Blue) = 139+162+97=398 (52% of max value = 765). Red value is 139 (54.69% from 255 or 34.92% from 398); Green value is 162 (63.67% from 255 or 40.70% from 398); Blue value is 97 (38.28% from 255 or 24.37% from 398); Max value from RGB is 162 - color contains mainly: green. Hex color #8BA261 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BA261 is #745D9E. Grayscale: #939393. Windows color (decimal): -7626143 or 6398603. OLE color: 6398603.
HSL color Cylindrical-coordinate representation of color #8BA261: hue angle of 81.23º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8BA261 is Cyan = 0.14, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 139 | 162 | 97 | - |
| CMYK | 0.14 | 0 | 0.40 | 0.36 |
| HSL | 81.23º | 0.26% | 0.51% | - |
| HSV(B) | 81.23º | 0.4% | 0.64% | - |
| XYZ | 25.73 | 32.19 | 16.17 | - |
| YUV | 147.71 | 99.38 | 121.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 162 | 97 | 0.14 | 0 | 0.40 | 0.36 | 81.23 | 0.26 | 0.51 |
| Hex | 8B | A2 | 61 | E | 0 | 28 | 24 | 51 | 1A | 33 |
| Octal | 213 | 242 | 141 | 16 | 0 | 50 | 44 | 121 | 32 | 63 |
| Binary | 10001011 | 10100010 | 1100001 | 1110 | 0 | 101000 | 100100 | 1010001 | 11010 | 110011 |
Color Harmonies of #8BA261
Complementary color
Monochromatic Colors of #8BA261
Black with #8BA261
Text Example
Text Example
White with #8BA261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA261; }
p { color: rgb(139,162,97); }
H1.HeaderClassName
{
color: #8BA261;
}
.AnyTagClassName
{
color: #8BA261;
}
</style>
background-color css
<style>
a { background-color: #8BA261; }
a { background-color: rgb(139,162,97); }
div.DivClassName
{
background-color: #8BA261;
}
.BgClassName
{
background-color: #8BA261;
}
</style>
border-color css
<style>
span { border-color: #8BA261; }
span { border-color: rgb(139,162,97); }
td.TdClassName
{
border-color: #8BA261;
}
.TagClassName
{
border-color: #8BA261;
}
</style>