Shades of Chelsea Cucumber #8BA46B
Tints of Chelsea Cucumber #8BA46B
RGB
CMYK
RGB Variations
Color information
#8BA46B (or 0x8BA46B) is known color: Chelsea Cucumber. HEX triplet: 8B, A4 and 6B. RGB value is (139,164,107). Sum of RGB (Red+Green+Blue) = 139+164+107=410 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.90% from 410); Green value is 164 (64.45% from 255 or 40% from 410); Blue value is 107 (42.19% from 255 or 26.10% from 410); Max value from RGB is 164 - color contains mainly: green. Hex color #8BA46B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BA46B is #745B94. Grayscale: #969696. Windows color (decimal): -7625621 or 7054475. OLE color: 7054475.
HSL color Cylindrical-coordinate representation of color #8BA46B: hue angle of 86.32º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8BA46B is Cyan = 0.15, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 139 | 164 | 107 | - |
| CMYK | 0.15 | 0 | 0.35 | 0.36 |
| HSL | 86.32º | 0.24% | 0.53% | - |
| HSV(B) | 86.32º | 0.35% | 0.64% | - |
| XYZ | 26.58 | 33.1 | 18.9 | - |
| YUV | 150.03 | 103.72 | 120.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 164 | 107 | 0.15 | 0 | 0.35 | 0.36 | 86.32 | 0.24 | 0.53 |
| Hex | 8B | A4 | 6B | F | 0 | 23 | 24 | 56 | 18 | 35 |
| Octal | 213 | 244 | 153 | 17 | 0 | 43 | 44 | 126 | 30 | 65 |
| Binary | 10001011 | 10100100 | 1101011 | 1111 | 0 | 100011 | 100100 | 1010110 | 11000 | 110101 |
Color Harmonies of #8BA46B
Complementary color
Monochromatic Colors of #8BA46B
Black with #8BA46B
Text Example
Text Example
White with #8BA46B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA46B; }
p { color: rgb(139,164,107); }
H1.HeaderClassName
{
color: #8BA46B;
}
.AnyTagClassName
{
color: #8BA46B;
}
</style>
background-color css
<style>
a { background-color: #8BA46B; }
a { background-color: rgb(139,164,107); }
div.DivClassName
{
background-color: #8BA46B;
}
.BgClassName
{
background-color: #8BA46B;
}
</style>
border-color css
<style>
span { border-color: #8BA46B; }
span { border-color: rgb(139,164,107); }
td.TdClassName
{
border-color: #8BA46B;
}
.TagClassName
{
border-color: #8BA46B;
}
</style>