Shades of Chelsea Cucumber #86AD44
Tints of Chelsea Cucumber #86AD44
RGB
CMYK
RGB Variations
Color information
#86AD44 (or 0x86AD44) is known color: Chelsea Cucumber. HEX triplet: 86, AD and 44. RGB value is (134,173,68). Sum of RGB (Red+Green+Blue) = 134+173+68=375 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.73% from 375); Green value is 173 (67.97% from 255 or 46.13% from 375); Blue value is 68 (26.95% from 255 or 18.13% from 375); Max value from RGB is 173 - color contains mainly: green. Hex color #86AD44 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86AD44 is #7952BB. Grayscale: #959595. Windows color (decimal): -7951036 or 4500870. OLE color: 4500870.
HSL color Cylindrical-coordinate representation of color #86AD44: hue angle of 82.29º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #86AD44 is Cyan = 0.23, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 134 | 173 | 68 | - |
| CMYK | 0.23 | 0 | 0.61 | 0.32 |
| HSL | 82.29º | 0.44% | 0.47% | - |
| HSV(B) | 82.29º | 0.61% | 0.68% | - |
| XYZ | 25.82 | 35.37 | 10.94 | - |
| YUV | 149.37 | 82.08 | 117.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 173 | 68 | 0.23 | 0 | 0.61 | 0.32 | 82.29 | 0.44 | 0.47 |
| Hex | 86 | AD | 44 | 17 | 0 | 3D | 20 | 52 | 2C | 2F |
| Octal | 206 | 255 | 104 | 27 | 0 | 75 | 40 | 122 | 54 | 57 |
| Binary | 10000110 | 10101101 | 1000100 | 10111 | 0 | 111101 | 100000 | 1010010 | 101100 | 101111 |
Color Harmonies of #86AD44
Complementary color
Monochromatic Colors of #86AD44
Black with #86AD44
Text Example
Text Example
White with #86AD44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86AD44; }
p { color: rgb(134,173,68); }
H1.HeaderClassName
{
color: #86AD44;
}
.AnyTagClassName
{
color: #86AD44;
}
</style>
background-color css
<style>
a { background-color: #86AD44; }
a { background-color: rgb(134,173,68); }
div.DivClassName
{
background-color: #86AD44;
}
.BgClassName
{
background-color: #86AD44;
}
</style>
border-color css
<style>
span { border-color: #86AD44; }
span { border-color: rgb(134,173,68); }
td.TdClassName
{
border-color: #86AD44;
}
.TagClassName
{
border-color: #86AD44;
}
</style>