Shades of Chinook #86D29B
Tints of Chinook #86D29B
RGB
CMYK
RGB Variations
Color information
#86D29B (or 0x86D29B) is known color: Chinook. HEX triplet: 86, D2 and 9B. RGB value is (134,210,155). Sum of RGB (Red+Green+Blue) = 134+210+155=499 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.85% from 499); Green value is 210 (82.42% from 255 or 42.08% from 499); Blue value is 155 (60.94% from 255 or 31.06% from 499); Max value from RGB is 210 - color contains mainly: green. Hex color #86D29B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86D29B is #792D64. Grayscale: #B5B5B5. Windows color (decimal): -7941477 or 10211974. OLE color: 10211974.
HSL color Cylindrical-coordinate representation of color #86D29B: hue angle of 136.58º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #86D29B is Cyan = 0.36, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 134 | 210 | 155 | - |
| CMYK | 0.36 | 0 | 0.26 | 0.18 |
| HSL | 136.58º | 0.46% | 0.67% | - |
| HSV(B) | 136.58º | 0.36% | 0.82% | - |
| XYZ | 38.79 | 53.53 | 39.3 | - |
| YUV | 181.01 | 113.32 | 94.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 210 | 155 | 0.36 | 0 | 0.26 | 0.18 | 136.58 | 0.46 | 0.67 |
| Hex | 86 | D2 | 9B | 24 | 0 | 1A | 12 | 89 | 2E | 43 |
| Octal | 206 | 322 | 233 | 44 | 0 | 32 | 22 | 211 | 56 | 103 |
| Binary | 10000110 | 11010010 | 10011011 | 100100 | 0 | 11010 | 10010 | 10001001 | 101110 | 1000011 |
Color Harmonies of #86D29B
Complementary color
Monochromatic Colors of #86D29B
Black with #86D29B
Text Example
Text Example
White with #86D29B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86D29B; }
p { color: rgb(134,210,155); }
H1.HeaderClassName
{
color: #86D29B;
}
.AnyTagClassName
{
color: #86D29B;
}
</style>
background-color css
<style>
a { background-color: #86D29B; }
a { background-color: rgb(134,210,155); }
div.DivClassName
{
background-color: #86D29B;
}
.BgClassName
{
background-color: #86D29B;
}
</style>
border-color css
<style>
span { border-color: #86D29B; }
span { border-color: rgb(134,210,155); }
td.TdClassName
{
border-color: #86D29B;
}
.TagClassName
{
border-color: #86D29B;
}
</style>