Shades of Chelsea Cucumber #86AB54
Tints of Chelsea Cucumber #86AB54
RGB
CMYK
RGB Variations
Color information
#86AB54 (or 0x86AB54) is known color: Chelsea Cucumber. HEX triplet: 86, AB and 54. RGB value is (134,171,84). Sum of RGB (Red+Green+Blue) = 134+171+84=389 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.45% from 389); Green value is 171 (67.19% from 255 or 43.96% from 389); Blue value is 84 (33.20% from 255 or 21.59% from 389); Max value from RGB is 171 - color contains mainly: green. Hex color #86AB54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86AB54 is #7954AB. Grayscale: #969696. Windows color (decimal): -7951532 or 5548934. OLE color: 5548934.
HSL color Cylindrical-coordinate representation of color #86AB54: hue angle of 85.52º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #86AB54 is Cyan = 0.22, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 134 | 171 | 84 | - |
| CMYK | 0.22 | 0 | 0.51 | 0.33 |
| HSL | 85.52º | 0.34% | 0.5% | - |
| HSV(B) | 85.52º | 0.51% | 0.67% | - |
| XYZ | 25.99 | 34.83 | 13.74 | - |
| YUV | 150.02 | 90.74 | 116.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 171 | 84 | 0.22 | 0 | 0.51 | 0.33 | 85.52 | 0.34 | 0.5 |
| Hex | 86 | AB | 54 | 16 | 0 | 33 | 21 | 56 | 22 | 32 |
| Octal | 206 | 253 | 124 | 26 | 0 | 63 | 41 | 126 | 42 | 62 |
| Binary | 10000110 | 10101011 | 1010100 | 10110 | 0 | 110011 | 100001 | 1010110 | 100010 | 110010 |
Color Harmonies of #86AB54
Complementary color
Monochromatic Colors of #86AB54
Black with #86AB54
Text Example
Text Example
White with #86AB54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86AB54; }
p { color: rgb(134,171,84); }
H1.HeaderClassName
{
color: #86AB54;
}
.AnyTagClassName
{
color: #86AB54;
}
</style>
background-color css
<style>
a { background-color: #86AB54; }
a { background-color: rgb(134,171,84); }
div.DivClassName
{
background-color: #86AB54;
}
.BgClassName
{
background-color: #86AB54;
}
</style>
border-color css
<style>
span { border-color: #86AB54; }
span { border-color: rgb(134,171,84); }
td.TdClassName
{
border-color: #86AB54;
}
.TagClassName
{
border-color: #86AB54;
}
</style>