Shades of Chelsea Cucumber #86A469
Tints of Chelsea Cucumber #86A469
RGB
CMYK
RGB Variations
Color information
#86A469 (or 0x86A469) is known color: Chelsea Cucumber. HEX triplet: 86, A4 and 69. RGB value is (134,164,105). Sum of RGB (Red+Green+Blue) = 134+164+105=403 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.25% from 403); Green value is 164 (64.45% from 255 or 40.69% from 403); Blue value is 105 (41.41% from 255 or 26.05% from 403); Max value from RGB is 164 - color contains mainly: green. Hex color #86A469 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86A469 is #795B96. Grayscale: #949494. Windows color (decimal): -7953303 or 6923398. OLE color: 6923398.
HSL color Cylindrical-coordinate representation of color #86A469: hue angle of 90.51º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #86A469 is Cyan = 0.18, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 134 | 164 | 105 | - |
| CMYK | 0.18 | 0 | 0.36 | 0.36 |
| HSL | 90.51º | 0.24% | 0.53% | - |
| HSV(B) | 90.51º | 0.36% | 0.64% | - |
| XYZ | 25.66 | 32.64 | 18.31 | - |
| YUV | 148.3 | 103.56 | 117.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 164 | 105 | 0.18 | 0 | 0.36 | 0.36 | 90.51 | 0.24 | 0.53 |
| Hex | 86 | A4 | 69 | 12 | 0 | 24 | 24 | 5B | 18 | 35 |
| Octal | 206 | 244 | 151 | 22 | 0 | 44 | 44 | 133 | 30 | 65 |
| Binary | 10000110 | 10100100 | 1101001 | 10010 | 0 | 100100 | 100100 | 1011011 | 11000 | 110101 |
Color Harmonies of #86A469
Complementary color
Monochromatic Colors of #86A469
Black with #86A469
Text Example
Text Example
White with #86A469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86A469; }
p { color: rgb(134,164,105); }
H1.HeaderClassName
{
color: #86A469;
}
.AnyTagClassName
{
color: #86A469;
}
</style>
background-color css
<style>
a { background-color: #86A469; }
a { background-color: rgb(134,164,105); }
div.DivClassName
{
background-color: #86A469;
}
.BgClassName
{
background-color: #86A469;
}
</style>
border-color css
<style>
span { border-color: #86A469; }
span { border-color: rgb(134,164,105); }
td.TdClassName
{
border-color: #86A469;
}
.TagClassName
{
border-color: #86A469;
}
</style>