Shades of Chinook #8BE09C
Tints of Chinook #8BE09C
RGB
CMYK
RGB Variations
Color information
#8BE09C (or 0x8BE09C) is known color: Chinook. HEX triplet: 8B, E0 and 9C. RGB value is (139,224,156). Sum of RGB (Red+Green+Blue) = 139+224+156=519 (68% of max value = 765). Red value is 139 (54.69% from 255 or 26.78% from 519); Green value is 224 (87.89% from 255 or 43.16% from 519); Blue value is 156 (61.33% from 255 or 30.06% from 519); Max value from RGB is 224 - color contains mainly: green. Hex color #8BE09C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BE09C is #741F63. Grayscale: #BFBFBF. Windows color (decimal): -7610212 or 10281099. OLE color: 10281099.
HSL color Cylindrical-coordinate representation of color #8BE09C: hue angle of 132º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8BE09C is Cyan = 0.38, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 139 | 224 | 156 | - |
| CMYK | 0.38 | 0 | 0.30 | 0.12 |
| HSL | 132º | 0.58% | 0.71% | - |
| HSV(B) | 132º | 0.38% | 0.88% | - |
| XYZ | 43.3 | 61.2 | 40.98 | - |
| YUV | 190.83 | 108.34 | 91.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 224 | 156 | 0.38 | 0 | 0.30 | 0.12 | 132 | 0.58 | 0.71 |
| Hex | 8B | E0 | 9C | 26 | 0 | 1E | C | 84 | 3A | 47 |
| Octal | 213 | 340 | 234 | 46 | 0 | 36 | 14 | 204 | 72 | 107 |
| Binary | 10001011 | 11100000 | 10011100 | 100110 | 0 | 11110 | 1100 | 10000100 | 111010 | 1000111 |
Color Harmonies of #8BE09C
Complementary color
Monochromatic Colors of #8BE09C
Black with #8BE09C
Text Example
Text Example
White with #8BE09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BE09C; }
p { color: rgb(139,224,156); }
H1.HeaderClassName
{
color: #8BE09C;
}
.AnyTagClassName
{
color: #8BE09C;
}
</style>
background-color css
<style>
a { background-color: #8BE09C; }
a { background-color: rgb(139,224,156); }
div.DivClassName
{
background-color: #8BE09C;
}
.BgClassName
{
background-color: #8BE09C;
}
</style>
border-color css
<style>
span { border-color: #8BE09C; }
span { border-color: rgb(139,224,156); }
td.TdClassName
{
border-color: #8BE09C;
}
.TagClassName
{
border-color: #8BE09C;
}
</style>