Shades of Chelsea Cucumber #8BA96E
Tints of Chelsea Cucumber #8BA96E
RGB
CMYK
RGB Variations
Color information
#8BA96E (or 0x8BA96E) is known color: Chelsea Cucumber. HEX triplet: 8B, A9 and 6E. RGB value is (139,169,110). Sum of RGB (Red+Green+Blue) = 139+169+110=418 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.25% from 418); Green value is 169 (66.41% from 255 or 40.43% from 418); Blue value is 110 (43.36% from 255 or 26.32% from 418); Max value from RGB is 169 - color contains mainly: green. Hex color #8BA96E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BA96E is #745691. Grayscale: #999999. Windows color (decimal): -7624338 or 7252363. OLE color: 7252363.
HSL color Cylindrical-coordinate representation of color #8BA96E: hue angle of 90.51º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8BA96E is Cyan = 0.18, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 139 | 169 | 110 | - |
| CMYK | 0.18 | 0 | 0.35 | 0.34 |
| HSL | 90.51º | 0.26% | 0.55% | - |
| HSV(B) | 90.51º | 0.35% | 0.66% | - |
| XYZ | 27.65 | 34.99 | 20.05 | - |
| YUV | 153.3 | 103.56 | 117.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 169 | 110 | 0.18 | 0 | 0.35 | 0.34 | 90.51 | 0.26 | 0.55 |
| Hex | 8B | A9 | 6E | 12 | 0 | 23 | 22 | 5B | 1A | 37 |
| Octal | 213 | 251 | 156 | 22 | 0 | 43 | 42 | 133 | 32 | 67 |
| Binary | 10001011 | 10101001 | 1101110 | 10010 | 0 | 100011 | 100010 | 1011011 | 11010 | 110111 |
Color Harmonies of #8BA96E
Complementary color
Monochromatic Colors of #8BA96E
Black with #8BA96E
Text Example
Text Example
White with #8BA96E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA96E; }
p { color: rgb(139,169,110); }
H1.HeaderClassName
{
color: #8BA96E;
}
.AnyTagClassName
{
color: #8BA96E;
}
</style>
background-color css
<style>
a { background-color: #8BA96E; }
a { background-color: rgb(139,169,110); }
div.DivClassName
{
background-color: #8BA96E;
}
.BgClassName
{
background-color: #8BA96E;
}
</style>
border-color css
<style>
span { border-color: #8BA96E; }
span { border-color: rgb(139,169,110); }
td.TdClassName
{
border-color: #8BA96E;
}
.TagClassName
{
border-color: #8BA96E;
}
</style>