Shades of Chelsea Cucumber #8AB256
Tints of Chelsea Cucumber #8AB256
RGB
CMYK
RGB Variations
Color information
#8AB256 (or 0x8AB256) is known color: Chelsea Cucumber. HEX triplet: 8A, B2 and 56. RGB value is (138,178,86). Sum of RGB (Red+Green+Blue) = 138+178+86=402 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.33% from 402); Green value is 178 (69.92% from 255 or 44.28% from 402); Blue value is 86 (33.98% from 255 or 21.39% from 402); Max value from RGB is 178 - color contains mainly: green. Hex color #8AB256 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AB256 is #754DA9. Grayscale: #9B9B9B. Windows color (decimal): -7687594 or 5681802. OLE color: 5681802.
HSL color Cylindrical-coordinate representation of color #8AB256: hue angle of 86.09º degrees, saturation: 0.37, 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 #8AB256 is Cyan = 0.22, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 138 | 178 | 86 | - |
| CMYK | 0.22 | 0 | 0.52 | 0.30 |
| HSL | 86.09º | 0.37% | 0.52% | - |
| HSV(B) | 86.09º | 0.52% | 0.7% | - |
| XYZ | 28.08 | 37.92 | 14.64 | - |
| YUV | 155.55 | 88.75 | 115.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 178 | 86 | 0.22 | 0 | 0.52 | 0.30 | 86.09 | 0.37 | 0.52 |
| Hex | 8A | B2 | 56 | 16 | 0 | 34 | 1E | 56 | 25 | 34 |
| Octal | 212 | 262 | 126 | 26 | 0 | 64 | 36 | 126 | 45 | 64 |
| Binary | 10001010 | 10110010 | 1010110 | 10110 | 0 | 110100 | 11110 | 1010110 | 100101 | 110100 |
Color Harmonies of #8AB256
Complementary color
Monochromatic Colors of #8AB256
Black with #8AB256
Text Example
Text Example
White with #8AB256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB256; }
p { color: rgb(138,178,86); }
H1.HeaderClassName
{
color: #8AB256;
}
.AnyTagClassName
{
color: #8AB256;
}
</style>
background-color css
<style>
a { background-color: #8AB256; }
a { background-color: rgb(138,178,86); }
div.DivClassName
{
background-color: #8AB256;
}
.BgClassName
{
background-color: #8AB256;
}
</style>
border-color css
<style>
span { border-color: #8AB256; }
span { border-color: rgb(138,178,86); }
td.TdClassName
{
border-color: #8AB256;
}
.TagClassName
{
border-color: #8AB256;
}
</style>