Shades of Chelsea Cucumber #86B443
Tints of Chelsea Cucumber #86B443
RGB
CMYK
RGB Variations
Color information
#86B443 (or 0x86B443) is known color: Chelsea Cucumber. HEX triplet: 86, B4 and 43. RGB value is (134,180,67). Sum of RGB (Red+Green+Blue) = 134+180+67=381 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.17% from 381); Green value is 180 (70.70% from 255 or 47.24% from 381); Blue value is 67 (26.56% from 255 or 17.59% from 381); Max value from RGB is 180 - color contains mainly: green. Hex color #86B443 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86B443 is #794BBC. Grayscale: #999999. Windows color (decimal): -7949245 or 4437126. OLE color: 4437126.
HSL color Cylindrical-coordinate representation of color #86B443: hue angle of 84.42º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #86B443 is Cyan = 0.26, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 134 | 180 | 67 | - |
| CMYK | 0.26 | 0 | 0.63 | 0.29 |
| HSL | 84.42º | 0.46% | 0.48% | - |
| HSV(B) | 84.42º | 0.63% | 0.71% | - |
| XYZ | 27.17 | 38.12 | 11.24 | - |
| YUV | 153.36 | 79.26 | 114.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 180 | 67 | 0.26 | 0 | 0.63 | 0.29 | 84.42 | 0.46 | 0.48 |
| Hex | 86 | B4 | 43 | 1A | 0 | 3F | 1D | 54 | 2E | 30 |
| Octal | 206 | 264 | 103 | 32 | 0 | 77 | 35 | 124 | 56 | 60 |
| Binary | 10000110 | 10110100 | 1000011 | 11010 | 0 | 111111 | 11101 | 1010100 | 101110 | 110000 |
Color Harmonies of #86B443
Complementary color
Monochromatic Colors of #86B443
Black with #86B443
Text Example
Text Example
White with #86B443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86B443; }
p { color: rgb(134,180,67); }
H1.HeaderClassName
{
color: #86B443;
}
.AnyTagClassName
{
color: #86B443;
}
</style>
background-color css
<style>
a { background-color: #86B443; }
a { background-color: rgb(134,180,67); }
div.DivClassName
{
background-color: #86B443;
}
.BgClassName
{
background-color: #86B443;
}
</style>
border-color css
<style>
span { border-color: #86B443; }
span { border-color: rgb(134,180,67); }
td.TdClassName
{
border-color: #86B443;
}
.TagClassName
{
border-color: #86B443;
}
</style>