Shades of Chelsea Cucumber #8BA456
Tints of Chelsea Cucumber #8BA456
RGB
CMYK
RGB Variations
Color information
#8BA456 (or 0x8BA456) is known color: Chelsea Cucumber. HEX triplet: 8B, A4 and 56. RGB value is (139,164,86). Sum of RGB (Red+Green+Blue) = 139+164+86=389 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.73% from 389); Green value is 164 (64.45% from 255 or 42.16% from 389); Blue value is 86 (33.98% from 255 or 22.11% from 389); Max value from RGB is 164 - color contains mainly: green. Hex color #8BA456 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BA456 is #745BA9. Grayscale: #939393. Windows color (decimal): -7625642 or 5678219. OLE color: 5678219.
HSL color Cylindrical-coordinate representation of color #8BA456: hue angle of 79.23º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8BA456 is Cyan = 0.15, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 139 | 164 | 86 | - |
| CMYK | 0.15 | 0 | 0.48 | 0.36 |
| HSL | 79.23º | 0.31% | 0.49% | - |
| HSV(B) | 79.23º | 0.48% | 0.64% | - |
| XYZ | 25.6 | 32.71 | 13.77 | - |
| YUV | 147.63 | 93.22 | 121.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 164 | 86 | 0.15 | 0 | 0.48 | 0.36 | 79.23 | 0.31 | 0.49 |
| Hex | 8B | A4 | 56 | F | 0 | 30 | 24 | 4F | 1F | 31 |
| Octal | 213 | 244 | 126 | 17 | 0 | 60 | 44 | 117 | 37 | 61 |
| Binary | 10001011 | 10100100 | 1010110 | 1111 | 0 | 110000 | 100100 | 1001111 | 11111 | 110001 |
Color Harmonies of #8BA456
Complementary color
Monochromatic Colors of #8BA456
Black with #8BA456
Text Example
Text Example
White with #8BA456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA456; }
p { color: rgb(139,164,86); }
H1.HeaderClassName
{
color: #8BA456;
}
.AnyTagClassName
{
color: #8BA456;
}
</style>
background-color css
<style>
a { background-color: #8BA456; }
a { background-color: rgb(139,164,86); }
div.DivClassName
{
background-color: #8BA456;
}
.BgClassName
{
background-color: #8BA456;
}
</style>
border-color css
<style>
span { border-color: #8BA456; }
span { border-color: rgb(139,164,86); }
td.TdClassName
{
border-color: #8BA456;
}
.TagClassName
{
border-color: #8BA456;
}
</style>