Shades of Chelsea Cucumber #86B05A
Tints of Chelsea Cucumber #86B05A
RGB
CMYK
RGB Variations
Color information
#86B05A (or 0x86B05A) is known color: Chelsea Cucumber. HEX triplet: 86, B0 and 5A. RGB value is (134,176,90). Sum of RGB (Red+Green+Blue) = 134+176+90=400 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.5% from 400); Green value is 176 (69.14% from 255 or 44% from 400); Blue value is 90 (35.55% from 255 or 22.5% from 400); Max value from RGB is 176 - color contains mainly: green. Hex color #86B05A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86B05A is #794FA5. Grayscale: #999999. Windows color (decimal): -7950246 or 5943430. OLE color: 5943430.
HSL color Cylindrical-coordinate representation of color #86B05A: hue angle of 89.3º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #86B05A is Cyan = 0.24, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 134 | 176 | 90 | - |
| CMYK | 0.24 | 0 | 0.49 | 0.31 |
| HSL | 89.3º | 0.35% | 0.52% | - |
| HSV(B) | 89.3º | 0.49% | 0.69% | - |
| XYZ | 27.2 | 36.86 | 15.35 | - |
| YUV | 153.64 | 92.09 | 113.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 176 | 90 | 0.24 | 0 | 0.49 | 0.31 | 89.3 | 0.35 | 0.52 |
| Hex | 86 | B0 | 5A | 18 | 0 | 31 | 1F | 59 | 23 | 34 |
| Octal | 206 | 260 | 132 | 30 | 0 | 61 | 37 | 131 | 43 | 64 |
| Binary | 10000110 | 10110000 | 1011010 | 11000 | 0 | 110001 | 11111 | 1011001 | 100011 | 110100 |
Color Harmonies of #86B05A
Complementary color
Monochromatic Colors of #86B05A
Black with #86B05A
Text Example
Text Example
White with #86B05A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86B05A; }
p { color: rgb(134,176,90); }
H1.HeaderClassName
{
color: #86B05A;
}
.AnyTagClassName
{
color: #86B05A;
}
</style>
background-color css
<style>
a { background-color: #86B05A; }
a { background-color: rgb(134,176,90); }
div.DivClassName
{
background-color: #86B05A;
}
.BgClassName
{
background-color: #86B05A;
}
</style>
border-color css
<style>
span { border-color: #86B05A; }
span { border-color: rgb(134,176,90); }
td.TdClassName
{
border-color: #86B05A;
}
.TagClassName
{
border-color: #86B05A;
}
</style>