Shades of Chinook #8BDB9A
Tints of Chinook #8BDB9A
RGB
CMYK
RGB Variations
Color information
#8BDB9A (or 0x8BDB9A) is known color: Chinook. HEX triplet: 8B, DB and 9A. RGB value is (139,219,154). Sum of RGB (Red+Green+Blue) = 139+219+154=512 (67% of max value = 765). Red value is 139 (54.69% from 255 or 27.15% from 512); Green value is 219 (85.94% from 255 or 42.77% from 512); Blue value is 154 (60.55% from 255 or 30.08% from 512); Max value from RGB is 219 - color contains mainly: green. Hex color #8BDB9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BDB9A is #742465. Grayscale: #BBBBBB. Windows color (decimal): -7611494 or 10148747. OLE color: 10148747.
HSL color Cylindrical-coordinate representation of color #8BDB9A: hue angle of 131.25º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8BDB9A is Cyan = 0.37, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 139 | 219 | 154 | - |
| CMYK | 0.37 | 0 | 0.30 | 0.14 |
| HSL | 131.25º | 0.53% | 0.7% | - |
| HSV(B) | 131.25º | 0.37% | 0.86% | - |
| XYZ | 41.81 | 58.49 | 39.66 | - |
| YUV | 187.67 | 109 | 93.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 219 | 154 | 0.37 | 0 | 0.30 | 0.14 | 131.25 | 0.53 | 0.7 |
| Hex | 8B | DB | 9A | 25 | 0 | 1E | E | 83 | 35 | 46 |
| Octal | 213 | 333 | 232 | 45 | 0 | 36 | 16 | 203 | 65 | 106 |
| Binary | 10001011 | 11011011 | 10011010 | 100101 | 0 | 11110 | 1110 | 10000011 | 110101 | 1000110 |
Color Harmonies of #8BDB9A
Complementary color
Monochromatic Colors of #8BDB9A
Black with #8BDB9A
Text Example
Text Example
White with #8BDB9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BDB9A; }
p { color: rgb(139,219,154); }
H1.HeaderClassName
{
color: #8BDB9A;
}
.AnyTagClassName
{
color: #8BDB9A;
}
</style>
background-color css
<style>
a { background-color: #8BDB9A; }
a { background-color: rgb(139,219,154); }
div.DivClassName
{
background-color: #8BDB9A;
}
.BgClassName
{
background-color: #8BDB9A;
}
</style>
border-color css
<style>
span { border-color: #8BDB9A; }
span { border-color: rgb(139,219,154); }
td.TdClassName
{
border-color: #8BDB9A;
}
.TagClassName
{
border-color: #8BDB9A;
}
</style>