Shades of Chelsea Cucumber #8BA564
Tints of Chelsea Cucumber #8BA564
RGB
CMYK
RGB Variations
Color information
#8BA564 (or 0x8BA564) is known color: Chelsea Cucumber. HEX triplet: 8B, A5 and 64. RGB value is (139,165,100). Sum of RGB (Red+Green+Blue) = 139+165+100=404 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.41% from 404); Green value is 165 (64.84% from 255 or 40.84% from 404); Blue value is 100 (39.45% from 255 or 24.75% from 404); Max value from RGB is 165 - color contains mainly: green. Hex color #8BA564 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BA564 is #745A9B. Grayscale: #969696. Windows color (decimal): -7625372 or 6595979. OLE color: 6595979.
HSL color Cylindrical-coordinate representation of color #8BA564: hue angle of 84º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8BA564 is Cyan = 0.16, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 139 | 165 | 100 | - |
| CMYK | 0.16 | 0 | 0.39 | 0.35 |
| HSL | 84º | 0.27% | 0.52% | - |
| HSV(B) | 84º | 0.39% | 0.65% | - |
| XYZ | 26.4 | 33.32 | 17.1 | - |
| YUV | 149.82 | 99.89 | 120.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 165 | 100 | 0.16 | 0 | 0.39 | 0.35 | 84 | 0.27 | 0.52 |
| Hex | 8B | A5 | 64 | 10 | 0 | 27 | 23 | 54 | 1B | 34 |
| Octal | 213 | 245 | 144 | 20 | 0 | 47 | 43 | 124 | 33 | 64 |
| Binary | 10001011 | 10100101 | 1100100 | 10000 | 0 | 100111 | 100011 | 1010100 | 11011 | 110100 |
Color Harmonies of #8BA564
Complementary color
Monochromatic Colors of #8BA564
Black with #8BA564
Text Example
Text Example
White with #8BA564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA564; }
p { color: rgb(139,165,100); }
H1.HeaderClassName
{
color: #8BA564;
}
.AnyTagClassName
{
color: #8BA564;
}
</style>
background-color css
<style>
a { background-color: #8BA564; }
a { background-color: rgb(139,165,100); }
div.DivClassName
{
background-color: #8BA564;
}
.BgClassName
{
background-color: #8BA564;
}
</style>
border-color css
<style>
span { border-color: #8BA564; }
span { border-color: rgb(139,165,100); }
td.TdClassName
{
border-color: #8BA564;
}
.TagClassName
{
border-color: #8BA564;
}
</style>