Shades of Chinook #8BCE9B
Tints of Chinook #8BCE9B
RGB
CMYK
RGB Variations
Color information
#8BCE9B (or 0x8BCE9B) is known color: Chinook. HEX triplet: 8B, CE and 9B. RGB value is (139,206,155). Sum of RGB (Red+Green+Blue) = 139+206+155=500 (66% of max value = 765). Red value is 139 (54.69% from 255 or 27.8% from 500); Green value is 206 (80.86% from 255 or 41.2% from 500); Blue value is 155 (60.94% from 255 or 31% from 500); Max value from RGB is 206 - color contains mainly: green. Hex color #8BCE9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BCE9B is #743164. Grayscale: #B4B4B4. Windows color (decimal): -7614821 or 10210955. OLE color: 10210955.
HSL color Cylindrical-coordinate representation of color #8BCE9B: hue angle of 134.33º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8BCE9B is Cyan = 0.33, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 139 | 206 | 155 | - |
| CMYK | 0.33 | 0 | 0.25 | 0.19 |
| HSL | 134.33º | 0.41% | 0.68% | - |
| HSV(B) | 134.33º | 0.33% | 0.81% | - |
| XYZ | 38.64 | 52 | 39.01 | - |
| YUV | 180.15 | 113.8 | 98.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 206 | 155 | 0.33 | 0 | 0.25 | 0.19 | 134.33 | 0.41 | 0.68 |
| Hex | 8B | CE | 9B | 21 | 0 | 19 | 13 | 86 | 29 | 44 |
| Octal | 213 | 316 | 233 | 41 | 0 | 31 | 23 | 206 | 51 | 104 |
| Binary | 10001011 | 11001110 | 10011011 | 100001 | 0 | 11001 | 10011 | 10000110 | 101001 | 1000100 |
Color Harmonies of #8BCE9B
Complementary color
Monochromatic Colors of #8BCE9B
Black with #8BCE9B
Text Example
Text Example
White with #8BCE9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BCE9B; }
p { color: rgb(139,206,155); }
H1.HeaderClassName
{
color: #8BCE9B;
}
.AnyTagClassName
{
color: #8BCE9B;
}
</style>
background-color css
<style>
a { background-color: #8BCE9B; }
a { background-color: rgb(139,206,155); }
div.DivClassName
{
background-color: #8BCE9B;
}
.BgClassName
{
background-color: #8BCE9B;
}
</style>
border-color css
<style>
span { border-color: #8BCE9B; }
span { border-color: rgb(139,206,155); }
td.TdClassName
{
border-color: #8BCE9B;
}
.TagClassName
{
border-color: #8BCE9B;
}
</style>