Shades of Chelsea Cucumber #8AB656
Tints of Chelsea Cucumber #8AB656
RGB
CMYK
RGB Variations
Color information
#8AB656 (or 0x8AB656) is known color: Chelsea Cucumber. HEX triplet: 8A, B6 and 56. RGB value is (138,182,86). Sum of RGB (Red+Green+Blue) = 138+182+86=406 (53% of max value = 765). Red value is 138 (54.30% from 255 or 33.99% from 406); Green value is 182 (71.48% from 255 or 44.83% from 406); Blue value is 86 (33.98% from 255 or 21.18% from 406); Max value from RGB is 182 - color contains mainly: green. Hex color #8AB656 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AB656 is #7549A9. Grayscale: #9E9E9E. Windows color (decimal): -7686570 or 5682826. OLE color: 5682826.
HSL color Cylindrical-coordinate representation of color #8AB656: hue angle of 87.5º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8AB656 is Cyan = 0.24, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 138 | 182 | 86 | - |
| CMYK | 0.24 | 0 | 0.53 | 0.29 |
| HSL | 87.5º | 0.4% | 0.53% | - |
| HSV(B) | 87.5º | 0.53% | 0.71% | - |
| XYZ | 28.89 | 39.53 | 14.91 | - |
| YUV | 157.9 | 87.42 | 113.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 182 | 86 | 0.24 | 0 | 0.53 | 0.29 | 87.5 | 0.4 | 0.53 |
| Hex | 8A | B6 | 56 | 18 | 0 | 35 | 1D | 57 | 28 | 35 |
| Octal | 212 | 266 | 126 | 30 | 0 | 65 | 35 | 127 | 50 | 65 |
| Binary | 10001010 | 10110110 | 1010110 | 11000 | 0 | 110101 | 11101 | 1010111 | 101000 | 110101 |
Color Harmonies of #8AB656
Complementary color
Monochromatic Colors of #8AB656
Black with #8AB656
Text Example
Text Example
White with #8AB656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB656; }
p { color: rgb(138,182,86); }
H1.HeaderClassName
{
color: #8AB656;
}
.AnyTagClassName
{
color: #8AB656;
}
</style>
background-color css
<style>
a { background-color: #8AB656; }
a { background-color: rgb(138,182,86); }
div.DivClassName
{
background-color: #8AB656;
}
.BgClassName
{
background-color: #8AB656;
}
</style>
border-color css
<style>
span { border-color: #8AB656; }
span { border-color: rgb(138,182,86); }
td.TdClassName
{
border-color: #8AB656;
}
.TagClassName
{
border-color: #8AB656;
}
</style>