Shades of Chelsea Cucumber #8BAE5E
Tints of Chelsea Cucumber #8BAE5E
RGB
CMYK
RGB Variations
Color information
#8BAE5E (or 0x8BAE5E) is known color: Chelsea Cucumber. HEX triplet: 8B, AE and 5E. RGB value is (139,174,94). Sum of RGB (Red+Green+Blue) = 139+174+94=407 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.15% from 407); Green value is 174 (68.36% from 255 or 42.75% from 407); Blue value is 94 (37.11% from 255 or 23.10% from 407); Max value from RGB is 174 - color contains mainly: green. Hex color #8BAE5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BAE5E is #7451A1. Grayscale: #9A9A9A. Windows color (decimal): -7623074 or 6205067. OLE color: 6205067.
HSL color Cylindrical-coordinate representation of color #8BAE5E: hue angle of 86.25º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8BAE5E is Cyan = 0.20, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 139 | 174 | 94 | - |
| CMYK | 0.20 | 0 | 0.46 | 0.32 |
| HSL | 86.25º | 0.33% | 0.53% | - |
| HSV(B) | 86.25º | 0.46% | 0.68% | - |
| XYZ | 27.8 | 36.57 | 16.18 | - |
| YUV | 154.42 | 93.9 | 117 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 174 | 94 | 0.20 | 0 | 0.46 | 0.32 | 86.25 | 0.33 | 0.53 |
| Hex | 8B | AE | 5E | 14 | 0 | 2E | 20 | 56 | 21 | 35 |
| Octal | 213 | 256 | 136 | 24 | 0 | 56 | 40 | 126 | 41 | 65 |
| Binary | 10001011 | 10101110 | 1011110 | 10100 | 0 | 101110 | 100000 | 1010110 | 100001 | 110101 |
Color Harmonies of #8BAE5E
Complementary color
Monochromatic Colors of #8BAE5E
Black with #8BAE5E
Text Example
Text Example
White with #8BAE5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BAE5E; }
p { color: rgb(139,174,94); }
H1.HeaderClassName
{
color: #8BAE5E;
}
.AnyTagClassName
{
color: #8BAE5E;
}
</style>
background-color css
<style>
a { background-color: #8BAE5E; }
a { background-color: rgb(139,174,94); }
div.DivClassName
{
background-color: #8BAE5E;
}
.BgClassName
{
background-color: #8BAE5E;
}
</style>
border-color css
<style>
span { border-color: #8BAE5E; }
span { border-color: rgb(139,174,94); }
td.TdClassName
{
border-color: #8BAE5E;
}
.TagClassName
{
border-color: #8BAE5E;
}
</style>