Shades of Chelsea Cucumber #8AB356
Tints of Chelsea Cucumber #8AB356
RGB
CMYK
RGB Variations
Color information
#8AB356 (or 0x8AB356) is known color: Chelsea Cucumber. HEX triplet: 8A, B3 and 56. RGB value is (138,179,86). Sum of RGB (Red+Green+Blue) = 138+179+86=403 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.24% from 403); Green value is 179 (70.31% from 255 or 44.42% from 403); Blue value is 86 (33.98% from 255 or 21.34% from 403); Max value from RGB is 179 - color contains mainly: green. Hex color #8AB356 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AB356 is #754CA9. Grayscale: #9C9C9C. Windows color (decimal): -7687338 or 5682058. OLE color: 5682058.
HSL color Cylindrical-coordinate representation of color #8AB356: hue angle of 86.45º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8AB356 is Cyan = 0.23, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 138 | 179 | 86 | - |
| CMYK | 0.23 | 0 | 0.52 | 0.30 |
| HSL | 86.45º | 0.38% | 0.52% | - |
| HSV(B) | 86.45º | 0.52% | 0.7% | - |
| XYZ | 28.28 | 38.32 | 14.71 | - |
| YUV | 156.14 | 88.42 | 115.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 179 | 86 | 0.23 | 0 | 0.52 | 0.30 | 86.45 | 0.38 | 0.52 |
| Hex | 8A | B3 | 56 | 17 | 0 | 34 | 1E | 56 | 26 | 34 |
| Octal | 212 | 263 | 126 | 27 | 0 | 64 | 36 | 126 | 46 | 64 |
| Binary | 10001010 | 10110011 | 1010110 | 10111 | 0 | 110100 | 11110 | 1010110 | 100110 | 110100 |
Color Harmonies of #8AB356
Complementary color
Monochromatic Colors of #8AB356
Black with #8AB356
Text Example
Text Example
White with #8AB356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB356; }
p { color: rgb(138,179,86); }
H1.HeaderClassName
{
color: #8AB356;
}
.AnyTagClassName
{
color: #8AB356;
}
</style>
background-color css
<style>
a { background-color: #8AB356; }
a { background-color: rgb(138,179,86); }
div.DivClassName
{
background-color: #8AB356;
}
.BgClassName
{
background-color: #8AB356;
}
</style>
border-color css
<style>
span { border-color: #8AB356; }
span { border-color: rgb(138,179,86); }
td.TdClassName
{
border-color: #8AB356;
}
.TagClassName
{
border-color: #8AB356;
}
</style>