Shades of Chelsea Cucumber #86B06A
Tints of Chelsea Cucumber #86B06A
RGB
CMYK
RGB Variations
Color information
#86B06A (or 0x86B06A) is known color: Chelsea Cucumber. HEX triplet: 86, B0 and 6A. RGB value is (134,176,106). Sum of RGB (Red+Green+Blue) = 134+176+106=416 (55% of max value = 765). Red value is 134 (52.73% from 255 or 32.21% from 416); Green value is 176 (69.14% from 255 or 42.31% from 416); Blue value is 106 (41.80% from 255 or 25.48% from 416); Max value from RGB is 176 - color contains mainly: green. Hex color #86B06A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86B06A is #794F95. Grayscale: #9B9B9B. Windows color (decimal): -7950230 or 6992006. OLE color: 6992006.
HSL color Cylindrical-coordinate representation of color #86B06A: hue angle of 96º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #86B06A is Cyan = 0.24, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 134 | 176 | 106 | - |
| CMYK | 0.24 | 0 | 0.40 | 0.31 |
| HSL | 96º | 0.31% | 0.55% | - |
| HSV(B) | 96º | 0.4% | 0.69% | - |
| XYZ | 27.96 | 37.16 | 19.33 | - |
| YUV | 155.46 | 100.09 | 112.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 176 | 106 | 0.24 | 0 | 0.40 | 0.31 | 96 | 0.31 | 0.55 |
| Hex | 86 | B0 | 6A | 18 | 0 | 28 | 1F | 60 | 1F | 37 |
| Octal | 206 | 260 | 152 | 30 | 0 | 50 | 37 | 140 | 37 | 67 |
| Binary | 10000110 | 10110000 | 1101010 | 11000 | 0 | 101000 | 11111 | 1100000 | 11111 | 110111 |
Color Harmonies of #86B06A
Complementary color
Monochromatic Colors of #86B06A
Black with #86B06A
Text Example
Text Example
White with #86B06A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86B06A; }
p { color: rgb(134,176,106); }
H1.HeaderClassName
{
color: #86B06A;
}
.AnyTagClassName
{
color: #86B06A;
}
</style>
background-color css
<style>
a { background-color: #86B06A; }
a { background-color: rgb(134,176,106); }
div.DivClassName
{
background-color: #86B06A;
}
.BgClassName
{
background-color: #86B06A;
}
</style>
border-color css
<style>
span { border-color: #86B06A; }
span { border-color: rgb(134,176,106); }
td.TdClassName
{
border-color: #86B06A;
}
.TagClassName
{
border-color: #86B06A;
}
</style>