Shades of Chinook #8CDB9B
Tints of Chinook #8CDB9B
RGB
CMYK
RGB Variations
Color information
#8CDB9B (or 0x8CDB9B) is known color: Chinook. HEX triplet: 8C, DB and 9B. RGB value is (140,219,155). Sum of RGB (Red+Green+Blue) = 140+219+155=514 (68% of max value = 765). Red value is 140 (55.08% from 255 or 27.24% from 514); Green value is 219 (85.94% from 255 or 42.61% from 514); Blue value is 155 (60.94% from 255 or 30.16% from 514); Max value from RGB is 219 - color contains mainly: green. Hex color #8CDB9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CDB9B is #732464. Grayscale: #BCBCBC. Windows color (decimal): -7545957 or 10214284. OLE color: 10214284.
HSL color Cylindrical-coordinate representation of color #8CDB9B: hue angle of 131.39º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8CDB9B is Cyan = 0.36, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 140 | 219 | 155 | - |
| CMYK | 0.36 | 0 | 0.29 | 0.14 |
| HSL | 131.39º | 0.52% | 0.7% | - |
| HSV(B) | 131.39º | 0.36% | 0.86% | - |
| XYZ | 42.06 | 58.61 | 40.11 | - |
| YUV | 188.08 | 109.33 | 93.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 219 | 155 | 0.36 | 0 | 0.29 | 0.14 | 131.39 | 0.52 | 0.7 |
| Hex | 8C | DB | 9B | 24 | 0 | 1D | E | 83 | 34 | 46 |
| Octal | 214 | 333 | 233 | 44 | 0 | 35 | 16 | 203 | 64 | 106 |
| Binary | 10001100 | 11011011 | 10011011 | 100100 | 0 | 11101 | 1110 | 10000011 | 110100 | 1000110 |
Color Harmonies of #8CDB9B
Complementary color
Monochromatic Colors of #8CDB9B
Black with #8CDB9B
Text Example
Text Example
White with #8CDB9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDB9B; }
p { color: rgb(140,219,155); }
H1.HeaderClassName
{
color: #8CDB9B;
}
.AnyTagClassName
{
color: #8CDB9B;
}
</style>
background-color css
<style>
a { background-color: #8CDB9B; }
a { background-color: rgb(140,219,155); }
div.DivClassName
{
background-color: #8CDB9B;
}
.BgClassName
{
background-color: #8CDB9B;
}
</style>
border-color css
<style>
span { border-color: #8CDB9B; }
span { border-color: rgb(140,219,155); }
td.TdClassName
{
border-color: #8CDB9B;
}
.TagClassName
{
border-color: #8CDB9B;
}
</style>