Shades of Chelsea Cucumber #86B25D
Tints of Chelsea Cucumber #86B25D
RGB
CMYK
RGB Variations
Color information
#86B25D (or 0x86B25D) is known color: Chelsea Cucumber. HEX triplet: 86, B2 and 5D. RGB value is (134,178,93). Sum of RGB (Red+Green+Blue) = 134+178+93=405 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.09% from 405); Green value is 178 (69.92% from 255 or 43.95% from 405); Blue value is 93 (36.72% from 255 or 22.96% from 405); Max value from RGB is 178 - color contains mainly: green. Hex color #86B25D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86B25D is #794DA2. Grayscale: #9B9B9B. Windows color (decimal): -7949731 or 6140550. OLE color: 6140550.
HSL color Cylindrical-coordinate representation of color #86B25D: hue angle of 91.06º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #86B25D is Cyan = 0.25, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 134 | 178 | 93 | - |
| CMYK | 0.25 | 0 | 0.48 | 0.30 |
| HSL | 91.06º | 0.36% | 0.53% | - |
| HSV(B) | 91.06º | 0.48% | 0.7% | - |
| XYZ | 27.73 | 37.7 | 16.17 | - |
| YUV | 155.15 | 92.92 | 112.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 178 | 93 | 0.25 | 0 | 0.48 | 0.30 | 91.06 | 0.36 | 0.53 |
| Hex | 86 | B2 | 5D | 19 | 0 | 30 | 1E | 5B | 24 | 35 |
| Octal | 206 | 262 | 135 | 31 | 0 | 60 | 36 | 133 | 44 | 65 |
| Binary | 10000110 | 10110010 | 1011101 | 11001 | 0 | 110000 | 11110 | 1011011 | 100100 | 110101 |
Color Harmonies of #86B25D
Complementary color
Monochromatic Colors of #86B25D
Black with #86B25D
Text Example
Text Example
White with #86B25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86B25D; }
p { color: rgb(134,178,93); }
H1.HeaderClassName
{
color: #86B25D;
}
.AnyTagClassName
{
color: #86B25D;
}
</style>
background-color css
<style>
a { background-color: #86B25D; }
a { background-color: rgb(134,178,93); }
div.DivClassName
{
background-color: #86B25D;
}
.BgClassName
{
background-color: #86B25D;
}
</style>
border-color css
<style>
span { border-color: #86B25D; }
span { border-color: rgb(134,178,93); }
td.TdClassName
{
border-color: #86B25D;
}
.TagClassName
{
border-color: #86B25D;
}
</style>