Shades of Chelsea Cucumber #8BA56F
Tints of Chelsea Cucumber #8BA56F
RGB
CMYK
RGB Variations
Color information
#8BA56F (or 0x8BA56F) is known color: Chelsea Cucumber. HEX triplet: 8B, A5 and 6F. RGB value is (139,165,111). Sum of RGB (Red+Green+Blue) = 139+165+111=415 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.49% from 415); Green value is 165 (64.84% from 255 or 39.76% from 415); Blue value is 111 (43.75% from 255 or 26.75% from 415); Max value from RGB is 165 - color contains mainly: green. Hex color #8BA56F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BA56F is #745A90. Grayscale: #979797. Windows color (decimal): -7625361 or 7316875. OLE color: 7316875.
HSL color Cylindrical-coordinate representation of color #8BA56F: hue angle of 88.89º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8BA56F is Cyan = 0.16, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 139 | 165 | 111 | - |
| CMYK | 0.16 | 0 | 0.33 | 0.35 |
| HSL | 88.89º | 0.23% | 0.54% | - |
| HSV(B) | 88.89º | 0.33% | 0.65% | - |
| XYZ | 26.97 | 33.55 | 20.09 | - |
| YUV | 151.07 | 105.39 | 119.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 165 | 111 | 0.16 | 0 | 0.33 | 0.35 | 88.89 | 0.23 | 0.54 |
| Hex | 8B | A5 | 6F | 10 | 0 | 21 | 23 | 59 | 17 | 36 |
| Octal | 213 | 245 | 157 | 20 | 0 | 41 | 43 | 131 | 27 | 66 |
| Binary | 10001011 | 10100101 | 1101111 | 10000 | 0 | 100001 | 100011 | 1011001 | 10111 | 110110 |
Color Harmonies of #8BA56F
Complementary color
Monochromatic Colors of #8BA56F
Black with #8BA56F
Text Example
Text Example
White with #8BA56F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA56F; }
p { color: rgb(139,165,111); }
H1.HeaderClassName
{
color: #8BA56F;
}
.AnyTagClassName
{
color: #8BA56F;
}
</style>
background-color css
<style>
a { background-color: #8BA56F; }
a { background-color: rgb(139,165,111); }
div.DivClassName
{
background-color: #8BA56F;
}
.BgClassName
{
background-color: #8BA56F;
}
</style>
border-color css
<style>
span { border-color: #8BA56F; }
span { border-color: rgb(139,165,111); }
td.TdClassName
{
border-color: #8BA56F;
}
.TagClassName
{
border-color: #8BA56F;
}
</style>