Shades of Chelsea Cucumber #86AB46
Tints of Chelsea Cucumber #86AB46
RGB
CMYK
RGB Variations
Color information
#86AB46 (or 0x86AB46) is known color: Chelsea Cucumber. HEX triplet: 86, AB and 46. RGB value is (134,171,70). Sum of RGB (Red+Green+Blue) = 134+171+70=375 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.73% from 375); Green value is 171 (67.19% from 255 or 45.6% from 375); Blue value is 70 (27.73% from 255 or 18.67% from 375); Max value from RGB is 171 - color contains mainly: green. Hex color #86AB46 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86AB46 is #7954B9. Grayscale: #949494. Windows color (decimal): -7951546 or 4631430. OLE color: 4631430.
HSL color Cylindrical-coordinate representation of color #86AB46: hue angle of 81.98º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #86AB46 is Cyan = 0.22, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 134 | 171 | 70 | - |
| CMYK | 0.22 | 0 | 0.59 | 0.33 |
| HSL | 81.98º | 0.42% | 0.47% | - |
| HSV(B) | 81.98º | 0.59% | 0.67% | - |
| XYZ | 25.5 | 34.64 | 11.14 | - |
| YUV | 148.42 | 83.74 | 117.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 171 | 70 | 0.22 | 0 | 0.59 | 0.33 | 81.98 | 0.42 | 0.47 |
| Hex | 86 | AB | 46 | 16 | 0 | 3B | 21 | 52 | 2A | 2F |
| Octal | 206 | 253 | 106 | 26 | 0 | 73 | 41 | 122 | 52 | 57 |
| Binary | 10000110 | 10101011 | 1000110 | 10110 | 0 | 111011 | 100001 | 1010010 | 101010 | 101111 |
Color Harmonies of #86AB46
Complementary color
Monochromatic Colors of #86AB46
Black with #86AB46
Text Example
Text Example
White with #86AB46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86AB46; }
p { color: rgb(134,171,70); }
H1.HeaderClassName
{
color: #86AB46;
}
.AnyTagClassName
{
color: #86AB46;
}
</style>
background-color css
<style>
a { background-color: #86AB46; }
a { background-color: rgb(134,171,70); }
div.DivClassName
{
background-color: #86AB46;
}
.BgClassName
{
background-color: #86AB46;
}
</style>
border-color css
<style>
span { border-color: #86AB46; }
span { border-color: rgb(134,171,70); }
td.TdClassName
{
border-color: #86AB46;
}
.TagClassName
{
border-color: #86AB46;
}
</style>