Shades of Chelsea Cucumber #8AA656
Tints of Chelsea Cucumber #8AA656
RGB
CMYK
RGB Variations
Color information
#8AA656 (or 0x8AA656) is known color: Chelsea Cucumber. HEX triplet: 8A, A6 and 56. RGB value is (138,166,86). Sum of RGB (Red+Green+Blue) = 138+166+86=390 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.38% from 390); Green value is 166 (65.23% from 255 or 42.56% from 390); Blue value is 86 (33.98% from 255 or 22.05% from 390); Max value from RGB is 166 - color contains mainly: green. Hex color #8AA656 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AA656 is #7559A9. Grayscale: #949494. Windows color (decimal): -7690666 or 5678730. OLE color: 5678730.
HSL color Cylindrical-coordinate representation of color #8AA656: hue angle of 81º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8AA656 is Cyan = 0.17, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 138 | 166 | 86 | - |
| CMYK | 0.17 | 0 | 0.48 | 0.35 |
| HSL | 81º | 0.32% | 0.49% | - |
| HSV(B) | 81º | 0.48% | 0.65% | - |
| XYZ | 25.8 | 33.35 | 13.88 | - |
| YUV | 148.51 | 92.72 | 120.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 166 | 86 | 0.17 | 0 | 0.48 | 0.35 | 81 | 0.32 | 0.49 |
| Hex | 8A | A6 | 56 | 11 | 0 | 30 | 23 | 51 | 20 | 31 |
| Octal | 212 | 246 | 126 | 21 | 0 | 60 | 43 | 121 | 40 | 61 |
| Binary | 10001010 | 10100110 | 1010110 | 10001 | 0 | 110000 | 100011 | 1010001 | 100000 | 110001 |
Color Harmonies of #8AA656
Complementary color
Monochromatic Colors of #8AA656
Black with #8AA656
Text Example
Text Example
White with #8AA656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA656; }
p { color: rgb(138,166,86); }
H1.HeaderClassName
{
color: #8AA656;
}
.AnyTagClassName
{
color: #8AA656;
}
</style>
background-color css
<style>
a { background-color: #8AA656; }
a { background-color: rgb(138,166,86); }
div.DivClassName
{
background-color: #8AA656;
}
.BgClassName
{
background-color: #8AA656;
}
</style>
border-color css
<style>
span { border-color: #8AA656; }
span { border-color: rgb(138,166,86); }
td.TdClassName
{
border-color: #8AA656;
}
.TagClassName
{
border-color: #8AA656;
}
</style>