Shades of Chelsea Cucumber #8AB655
Tints of Chelsea Cucumber #8AB655
RGB
CMYK
RGB Variations
Color information
#8AB655 (or 0x8AB655) is known color: Chelsea Cucumber. HEX triplet: 8A, B6 and 55. RGB value is (138,182,85). Sum of RGB (Red+Green+Blue) = 138+182+85=405 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.07% from 405); Green value is 182 (71.48% from 255 or 44.94% from 405); Blue value is 85 (33.59% from 255 or 20.99% from 405); Max value from RGB is 182 - color contains mainly: green. Hex color #8AB655 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AB655 is #7549AA. Grayscale: #9E9E9E. Windows color (decimal): -7686571 or 5617290. OLE color: 5617290.
HSL color Cylindrical-coordinate representation of color #8AB655: hue angle of 87.22º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8AB655 is Cyan = 0.24, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 138 | 182 | 85 | - |
| CMYK | 0.24 | 0 | 0.53 | 0.29 |
| HSL | 87.22º | 0.4% | 0.52% | - |
| HSV(B) | 87.22º | 0.53% | 0.71% | - |
| XYZ | 28.85 | 39.52 | 14.7 | - |
| YUV | 157.79 | 86.92 | 113.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 182 | 85 | 0.24 | 0 | 0.53 | 0.29 | 87.22 | 0.4 | 0.52 |
| Hex | 8A | B6 | 55 | 18 | 0 | 35 | 1D | 57 | 28 | 34 |
| Octal | 212 | 266 | 125 | 30 | 0 | 65 | 35 | 127 | 50 | 64 |
| Binary | 10001010 | 10110110 | 1010101 | 11000 | 0 | 110101 | 11101 | 1010111 | 101000 | 110100 |
Color Harmonies of #8AB655
Complementary color
Monochromatic Colors of #8AB655
Black with #8AB655
Text Example
Text Example
White with #8AB655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB655; }
p { color: rgb(138,182,85); }
H1.HeaderClassName
{
color: #8AB655;
}
.AnyTagClassName
{
color: #8AB655;
}
</style>
background-color css
<style>
a { background-color: #8AB655; }
a { background-color: rgb(138,182,85); }
div.DivClassName
{
background-color: #8AB655;
}
.BgClassName
{
background-color: #8AB655;
}
</style>
border-color css
<style>
span { border-color: #8AB655; }
span { border-color: rgb(138,182,85); }
td.TdClassName
{
border-color: #8AB655;
}
.TagClassName
{
border-color: #8AB655;
}
</style>