Shades of Chinook #8DCB9D
Tints of Chinook #8DCB9D
RGB
CMYK
RGB Variations
Color information
#8DCB9D (or 0x8DCB9D) is known color: Chinook. HEX triplet: 8D, CB and 9D. RGB value is (141,203,157). Sum of RGB (Red+Green+Blue) = 141+203+157=501 (66% of max value = 765). Red value is 141 (55.47% from 255 or 28.14% from 501); Green value is 203 (79.69% from 255 or 40.52% from 501); Blue value is 157 (61.72% from 255 or 31.34% from 501); Max value from RGB is 203 - color contains mainly: green. Hex color #8DCB9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DCB9D is #723462. Grayscale: #B3B3B3. Windows color (decimal): -7484515 or 10341261. OLE color: 10341261.
HSL color Cylindrical-coordinate representation of color #8DCB9D: hue angle of 135.48º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8DCB9D is Cyan = 0.31, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 141 | 203 | 157 | - |
| CMYK | 0.31 | 0 | 0.23 | 0.20 |
| HSL | 135.48º | 0.37% | 0.67% | - |
| HSV(B) | 135.48º | 0.31% | 0.8% | - |
| XYZ | 38.43 | 50.81 | 39.68 | - |
| YUV | 179.22 | 115.46 | 100.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 203 | 157 | 0.31 | 0 | 0.23 | 0.20 | 135.48 | 0.37 | 0.67 |
| Hex | 8D | CB | 9D | 1F | 0 | 17 | 14 | 87 | 25 | 43 |
| Octal | 215 | 313 | 235 | 37 | 0 | 27 | 24 | 207 | 45 | 103 |
| Binary | 10001101 | 11001011 | 10011101 | 11111 | 0 | 10111 | 10100 | 10000111 | 100101 | 1000011 |
Color Harmonies of #8DCB9D
Complementary color
Monochromatic Colors of #8DCB9D
Black with #8DCB9D
Text Example
Text Example
White with #8DCB9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCB9D; }
p { color: rgb(141,203,157); }
H1.HeaderClassName
{
color: #8DCB9D;
}
.AnyTagClassName
{
color: #8DCB9D;
}
</style>
background-color css
<style>
a { background-color: #8DCB9D; }
a { background-color: rgb(141,203,157); }
div.DivClassName
{
background-color: #8DCB9D;
}
.BgClassName
{
background-color: #8DCB9D;
}
</style>
border-color css
<style>
span { border-color: #8DCB9D; }
span { border-color: rgb(141,203,157); }
td.TdClassName
{
border-color: #8DCB9D;
}
.TagClassName
{
border-color: #8DCB9D;
}
</style>