Shades of Chelsea Cucumber #8BA364
Tints of Chelsea Cucumber #8BA364
RGB
CMYK
RGB Variations
Color information
#8BA364 (or 0x8BA364) is known color: Chelsea Cucumber. HEX triplet: 8B, A3 and 64. RGB value is (139,163,100). Sum of RGB (Red+Green+Blue) = 139+163+100=402 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.58% from 402); Green value is 163 (64.06% from 255 or 40.55% from 402); Blue value is 100 (39.45% from 255 or 24.88% from 402); Max value from RGB is 163 - color contains mainly: green. Hex color #8BA364 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BA364 is #745C9B. Grayscale: #949494. Windows color (decimal): -7625884 or 6595467. OLE color: 6595467.
HSL color Cylindrical-coordinate representation of color #8BA364: hue angle of 82.86º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8BA364 is Cyan = 0.15, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 139 | 163 | 100 | - |
| CMYK | 0.15 | 0 | 0.39 | 0.36 |
| HSL | 82.86º | 0.26% | 0.52% | - |
| HSV(B) | 82.86º | 0.39% | 0.64% | - |
| XYZ | 26.04 | 32.6 | 16.98 | - |
| YUV | 148.64 | 100.55 | 121.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 163 | 100 | 0.15 | 0 | 0.39 | 0.36 | 82.86 | 0.26 | 0.52 |
| Hex | 8B | A3 | 64 | F | 0 | 27 | 24 | 53 | 1A | 34 |
| Octal | 213 | 243 | 144 | 17 | 0 | 47 | 44 | 123 | 32 | 64 |
| Binary | 10001011 | 10100011 | 1100100 | 1111 | 0 | 100111 | 100100 | 1010011 | 11010 | 110100 |
Color Harmonies of #8BA364
Complementary color
Monochromatic Colors of #8BA364
Black with #8BA364
Text Example
Text Example
White with #8BA364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA364; }
p { color: rgb(139,163,100); }
H1.HeaderClassName
{
color: #8BA364;
}
.AnyTagClassName
{
color: #8BA364;
}
</style>
background-color css
<style>
a { background-color: #8BA364; }
a { background-color: rgb(139,163,100); }
div.DivClassName
{
background-color: #8BA364;
}
.BgClassName
{
background-color: #8BA364;
}
</style>
border-color css
<style>
span { border-color: #8BA364; }
span { border-color: rgb(139,163,100); }
td.TdClassName
{
border-color: #8BA364;
}
.TagClassName
{
border-color: #8BA364;
}
</style>