Shades of Chelsea Cucumber #86AA46
Tints of Chelsea Cucumber #86AA46
RGB
CMYK
RGB Variations
Color information
#86AA46 (or 0x86AA46) is known color: Chelsea Cucumber. HEX triplet: 86, AA and 46. RGB value is (134,170,70). Sum of RGB (Red+Green+Blue) = 134+170+70=374 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.83% from 374); Green value is 170 (66.80% from 255 or 45.45% from 374); Blue value is 70 (27.73% from 255 or 18.72% from 374); Max value from RGB is 170 - color contains mainly: green. Hex color #86AA46 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86AA46 is #7955B9. Grayscale: #949494. Windows color (decimal): -7951802 or 4631174. OLE color: 4631174.
HSL color Cylindrical-coordinate representation of color #86AA46: hue angle of 81.6º 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 #86AA46 is Cyan = 0.21, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 134 | 170 | 70 | - |
| CMYK | 0.21 | 0 | 0.59 | 0.33 |
| HSL | 81.6º | 0.42% | 0.47% | - |
| HSV(B) | 81.6º | 0.59% | 0.67% | - |
| XYZ | 25.31 | 34.26 | 11.07 | - |
| YUV | 147.84 | 84.07 | 118.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 170 | 70 | 0.21 | 0 | 0.59 | 0.33 | 81.6 | 0.42 | 0.47 |
| Hex | 86 | AA | 46 | 15 | 0 | 3B | 21 | 52 | 2A | 2F |
| Octal | 206 | 252 | 106 | 25 | 0 | 73 | 41 | 122 | 52 | 57 |
| Binary | 10000110 | 10101010 | 1000110 | 10101 | 0 | 111011 | 100001 | 1010010 | 101010 | 101111 |
Color Harmonies of #86AA46
Complementary color
Monochromatic Colors of #86AA46
Black with #86AA46
Text Example
Text Example
White with #86AA46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86AA46; }
p { color: rgb(134,170,70); }
H1.HeaderClassName
{
color: #86AA46;
}
.AnyTagClassName
{
color: #86AA46;
}
</style>
background-color css
<style>
a { background-color: #86AA46; }
a { background-color: rgb(134,170,70); }
div.DivClassName
{
background-color: #86AA46;
}
.BgClassName
{
background-color: #86AA46;
}
</style>
border-color css
<style>
span { border-color: #86AA46; }
span { border-color: rgb(134,170,70); }
td.TdClassName
{
border-color: #86AA46;
}
.TagClassName
{
border-color: #86AA46;
}
</style>