Shades of Chelsea Cucumber #8BAE6B
Tints of Chelsea Cucumber #8BAE6B
RGB
CMYK
RGB Variations
Color information
#8BAE6B (or 0x8BAE6B) is known color: Chelsea Cucumber. HEX triplet: 8B, AE and 6B. RGB value is (139,174,107). Sum of RGB (Red+Green+Blue) = 139+174+107=420 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.10% from 420); Green value is 174 (68.36% from 255 or 41.43% from 420); Blue value is 107 (42.19% from 255 or 25.48% from 420); Max value from RGB is 174 - color contains mainly: green. Hex color #8BAE6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BAE6B is #745194. Grayscale: #9C9C9C. Windows color (decimal): -7623061 or 7057035. OLE color: 7057035.
HSL color Cylindrical-coordinate representation of color #8BAE6B: hue angle of 91.34º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8BAE6B is Cyan = 0.20, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 139 | 174 | 107 | - |
| CMYK | 0.20 | 0 | 0.39 | 0.32 |
| HSL | 91.34º | 0.29% | 0.55% | - |
| HSV(B) | 91.34º | 0.39% | 0.68% | - |
| XYZ | 28.44 | 36.82 | 19.52 | - |
| YUV | 155.9 | 100.4 | 115.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 174 | 107 | 0.20 | 0 | 0.39 | 0.32 | 91.34 | 0.29 | 0.55 |
| Hex | 8B | AE | 6B | 14 | 0 | 27 | 20 | 5B | 1D | 37 |
| Octal | 213 | 256 | 153 | 24 | 0 | 47 | 40 | 133 | 35 | 67 |
| Binary | 10001011 | 10101110 | 1101011 | 10100 | 0 | 100111 | 100000 | 1011011 | 11101 | 110111 |
Color Harmonies of #8BAE6B
Complementary color
Monochromatic Colors of #8BAE6B
Black with #8BAE6B
Text Example
Text Example
White with #8BAE6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BAE6B; }
p { color: rgb(139,174,107); }
H1.HeaderClassName
{
color: #8BAE6B;
}
.AnyTagClassName
{
color: #8BAE6B;
}
</style>
background-color css
<style>
a { background-color: #8BAE6B; }
a { background-color: rgb(139,174,107); }
div.DivClassName
{
background-color: #8BAE6B;
}
.BgClassName
{
background-color: #8BAE6B;
}
</style>
border-color css
<style>
span { border-color: #8BAE6B; }
span { border-color: rgb(139,174,107); }
td.TdClassName
{
border-color: #8BAE6B;
}
.TagClassName
{
border-color: #8BAE6B;
}
</style>