Shades of Chelsea Cucumber #86A14B
Tints of Chelsea Cucumber #86A14B
RGB
CMYK
RGB Variations
Color information
#86A14B (or 0x86A14B) is known color: Chelsea Cucumber. HEX triplet: 86, A1 and 4B. RGB value is (134,161,75). Sum of RGB (Red+Green+Blue) = 134+161+75=370 (49% of max value = 765). Red value is 134 (52.73% from 255 or 36.22% from 370); Green value is 161 (63.28% from 255 or 43.51% from 370); Blue value is 75 (29.69% from 255 or 20.27% from 370); Max value from RGB is 161 - color contains mainly: green. Hex color #86A14B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86A14B is #795EB4. Grayscale: #8F8F8F. Windows color (decimal): -7954101 or 4956550. OLE color: 4956550.
HSL color Cylindrical-coordinate representation of color #86A14B: hue angle of 78.84º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #86A14B is Cyan = 0.17, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 134 | 161 | 75 | - |
| CMYK | 0.17 | 0 | 0.53 | 0.37 |
| HSL | 78.84º | 0.36% | 0.46% | - |
| HSV(B) | 78.84º | 0.53% | 0.63% | - |
| XYZ | 23.85 | 31.07 | 11.4 | - |
| YUV | 143.12 | 89.55 | 121.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 161 | 75 | 0.17 | 0 | 0.53 | 0.37 | 78.84 | 0.36 | 0.46 |
| Hex | 86 | A1 | 4B | 11 | 0 | 35 | 25 | 4F | 24 | 2E |
| Octal | 206 | 241 | 113 | 21 | 0 | 65 | 45 | 117 | 44 | 56 |
| Binary | 10000110 | 10100001 | 1001011 | 10001 | 0 | 110101 | 100101 | 1001111 | 100100 | 101110 |
Color Harmonies of #86A14B
Complementary color
Monochromatic Colors of #86A14B
Black with #86A14B
Text Example
Text Example
White with #86A14B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86A14B; }
p { color: rgb(134,161,75); }
H1.HeaderClassName
{
color: #86A14B;
}
.AnyTagClassName
{
color: #86A14B;
}
</style>
background-color css
<style>
a { background-color: #86A14B; }
a { background-color: rgb(134,161,75); }
div.DivClassName
{
background-color: #86A14B;
}
.BgClassName
{
background-color: #86A14B;
}
</style>
border-color css
<style>
span { border-color: #86A14B; }
span { border-color: rgb(134,161,75); }
td.TdClassName
{
border-color: #86A14B;
}
.TagClassName
{
border-color: #86A14B;
}
</style>