Shades of Chinook #8BCC9A
Tints of Chinook #8BCC9A
RGB
CMYK
RGB Variations
Color information
#8BCC9A (or 0x8BCC9A) is known color: Chinook. HEX triplet: 8B, CC and 9A. RGB value is (139,204,154). Sum of RGB (Red+Green+Blue) = 139+204+154=497 (65% of max value = 765). Red value is 139 (54.69% from 255 or 27.97% from 497); Green value is 204 (80.08% from 255 or 41.05% from 497); Blue value is 154 (60.55% from 255 or 30.99% from 497); Max value from RGB is 204 - color contains mainly: green. Hex color #8BCC9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BCC9A is #743365. Grayscale: #B3B3B3. Windows color (decimal): -7615334 or 10144907. OLE color: 10144907.
HSL color Cylindrical-coordinate representation of color #8BCC9A: hue angle of 133.85º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8BCC9A is Cyan = 0.32, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 139 | 204 | 154 | - |
| CMYK | 0.32 | 0 | 0.25 | 0.2 |
| HSL | 133.85º | 0.39% | 0.67% | - |
| HSV(B) | 133.85º | 0.32% | 0.8% | - |
| XYZ | 38.07 | 51.01 | 38.41 | - |
| YUV | 178.87 | 113.97 | 99.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 204 | 154 | 0.32 | 0 | 0.25 | 0.2 | 133.85 | 0.39 | 0.67 |
| Hex | 8B | CC | 9A | 20 | 0 | 19 | 14 | 86 | 27 | 43 |
| Octal | 213 | 314 | 232 | 40 | 0 | 31 | 24 | 206 | 47 | 103 |
| Binary | 10001011 | 11001100 | 10011010 | 100000 | 0 | 11001 | 10100 | 10000110 | 100111 | 1000011 |
Color Harmonies of #8BCC9A
Complementary color
Monochromatic Colors of #8BCC9A
Black with #8BCC9A
Text Example
Text Example
White with #8BCC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BCC9A; }
p { color: rgb(139,204,154); }
H1.HeaderClassName
{
color: #8BCC9A;
}
.AnyTagClassName
{
color: #8BCC9A;
}
</style>
background-color css
<style>
a { background-color: #8BCC9A; }
a { background-color: rgb(139,204,154); }
div.DivClassName
{
background-color: #8BCC9A;
}
.BgClassName
{
background-color: #8BCC9A;
}
</style>
border-color css
<style>
span { border-color: #8BCC9A; }
span { border-color: rgb(139,204,154); }
td.TdClassName
{
border-color: #8BCC9A;
}
.TagClassName
{
border-color: #8BCC9A;
}
</style>