Shades of Chelsea Cucumber #86AF4B
Tints of Chelsea Cucumber #86AF4B
RGB
CMYK
RGB Variations
Color information
#86AF4B (or 0x86AF4B) is known color: Chelsea Cucumber. HEX triplet: 86, AF and 4B. RGB value is (134,175,75). Sum of RGB (Red+Green+Blue) = 134+175+75=384 (50% of max value = 765). Red value is 134 (52.73% from 255 or 34.90% from 384); Green value is 175 (68.75% from 255 or 45.57% from 384); Blue value is 75 (29.69% from 255 or 19.53% from 384); Max value from RGB is 175 - color contains mainly: green. Hex color #86AF4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86AF4B is #7950B4. Grayscale: #979797. Windows color (decimal): -7950517 or 4960134. OLE color: 4960134.
HSL color Cylindrical-coordinate representation of color #86AF4B: hue angle of 84.6º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #86AF4B is Cyan = 0.23, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 134 | 175 | 75 | - |
| CMYK | 0.23 | 0 | 0.57 | 0.31 |
| HSL | 84.6º | 0.4% | 0.49% | - |
| HSV(B) | 84.6º | 0.57% | 0.69% | - |
| XYZ | 26.43 | 36.24 | 12.26 | - |
| YUV | 151.34 | 84.92 | 115.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 175 | 75 | 0.23 | 0 | 0.57 | 0.31 | 84.6 | 0.4 | 0.49 |
| Hex | 86 | AF | 4B | 17 | 0 | 39 | 1F | 55 | 28 | 31 |
| Octal | 206 | 257 | 113 | 27 | 0 | 71 | 37 | 125 | 50 | 61 |
| Binary | 10000110 | 10101111 | 1001011 | 10111 | 0 | 111001 | 11111 | 1010101 | 101000 | 110001 |
Color Harmonies of #86AF4B
Complementary color
Monochromatic Colors of #86AF4B
Black with #86AF4B
Text Example
Text Example
White with #86AF4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86AF4B; }
p { color: rgb(134,175,75); }
H1.HeaderClassName
{
color: #86AF4B;
}
.AnyTagClassName
{
color: #86AF4B;
}
</style>
background-color css
<style>
a { background-color: #86AF4B; }
a { background-color: rgb(134,175,75); }
div.DivClassName
{
background-color: #86AF4B;
}
.BgClassName
{
background-color: #86AF4B;
}
</style>
border-color css
<style>
span { border-color: #86AF4B; }
span { border-color: rgb(134,175,75); }
td.TdClassName
{
border-color: #86AF4B;
}
.TagClassName
{
border-color: #86AF4B;
}
</style>