Shades of Chinook #8BDA99
Tints of Chinook #8BDA99
RGB
CMYK
RGB Variations
Color information
#8BDA99 (or 0x8BDA99) is known color: Chinook. HEX triplet: 8B, DA and 99. RGB value is (139,218,153). Sum of RGB (Red+Green+Blue) = 139+218+153=510 (67% of max value = 765). Red value is 139 (54.69% from 255 or 27.25% from 510); Green value is 218 (85.55% from 255 or 42.75% from 510); Blue value is 153 (60.16% from 255 or 30% from 510); Max value from RGB is 218 - color contains mainly: green. Hex color #8BDA99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BDA99 is #742566. Grayscale: #BBBBBB. Windows color (decimal): -7611751 or 10082955. OLE color: 10082955.
HSL color Cylindrical-coordinate representation of color #8BDA99: hue angle of 130.63º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8BDA99 is Cyan = 0.36, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 139 | 218 | 153 | - |
| CMYK | 0.36 | 0 | 0.30 | 0.15 |
| HSL | 130.63º | 0.52% | 0.7% | - |
| HSV(B) | 130.63º | 0.36% | 0.85% | - |
| XYZ | 41.47 | 57.93 | 39.13 | - |
| YUV | 186.97 | 108.83 | 93.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 218 | 153 | 0.36 | 0 | 0.30 | 0.15 | 130.63 | 0.52 | 0.7 |
| Hex | 8B | DA | 99 | 24 | 0 | 1E | F | 83 | 34 | 46 |
| Octal | 213 | 332 | 231 | 44 | 0 | 36 | 17 | 203 | 64 | 106 |
| Binary | 10001011 | 11011010 | 10011001 | 100100 | 0 | 11110 | 1111 | 10000011 | 110100 | 1000110 |
Color Harmonies of #8BDA99
Complementary color
Monochromatic Colors of #8BDA99
Black with #8BDA99
Text Example
Text Example
White with #8BDA99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BDA99; }
p { color: rgb(139,218,153); }
H1.HeaderClassName
{
color: #8BDA99;
}
.AnyTagClassName
{
color: #8BDA99;
}
</style>
background-color css
<style>
a { background-color: #8BDA99; }
a { background-color: rgb(139,218,153); }
div.DivClassName
{
background-color: #8BDA99;
}
.BgClassName
{
background-color: #8BDA99;
}
</style>
border-color css
<style>
span { border-color: #8BDA99; }
span { border-color: rgb(139,218,153); }
td.TdClassName
{
border-color: #8BDA99;
}
.TagClassName
{
border-color: #8BDA99;
}
</style>