Shades of Chinook #9EBEA2
Tints of Chinook #9EBEA2
RGB
CMYK
RGB Variations
Color information
#9EBEA2 (or 0x9EBEA2) is known color: Chinook. HEX triplet: 9E, BE and A2. RGB value is (158,190,162). Sum of RGB (Red+Green+Blue) = 158+190+162=510 (67% of max value = 765). Red value is 158 (62.11% from 255 or 30.98% from 510); Green value is 190 (74.61% from 255 or 37.25% from 510); Blue value is 162 (63.67% from 255 or 31.76% from 510); Max value from RGB is 190 - color contains mainly: green. Hex color #9EBEA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EBEA2 is #61415D. Grayscale: #B1B1B1. Windows color (decimal): -6373726 or 10665630. OLE color: 10665630.
HSL color Cylindrical-coordinate representation of color #9EBEA2: hue angle of 127.5º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9EBEA2 is Cyan = 0.17, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
RGB | 158 | 190 | 162 | - |
CMYK | 0.17 | 0 | 0.15 | 0.25 |
HSL | 127.5º | 0.2% | 0.68% | - |
HSV(B) | 127.5º | 0.17% | 0.75% | - |
XYZ | 39.04 | 46.7 | 41.14 | - |
YUV | 177.24 | 119.4 | 114.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 158 | 190 | 162 | 0.17 | 0 | 0.15 | 0.25 | 127.5 | 0.2 | 0.68 |
Hex | 9E | BE | A2 | 11 | 0 | F | 19 | 80 | 14 | 44 |
Octal | 236 | 276 | 242 | 21 | 0 | 17 | 31 | 200 | 24 | 104 |
Binary | 10011110 | 10111110 | 10100010 | 10001 | 0 | 1111 | 11001 | 10000000 | 10100 | 1000100 |
Color Harmonies of #9EBEA2
Complementary color
Monochromatic Colors of #9EBEA2
Black with #9EBEA2
Text Example
Text Example
White with #9EBEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EBEA2; }
p { color: rgb(158,190,162); }
H1.HeaderClassName
{
color: #9EBEA2;
}
.AnyTagClassName
{
color: #9EBEA2;
}
</style>
background-color css
<style>
a { background-color: #9EBEA2; }
a { background-color: rgb(158,190,162); }
div.DivClassName
{
background-color: #9EBEA2;
}
.BgClassName
{
background-color: #9EBEA2;
}
</style>
border-color css
<style>
span { border-color: #9EBEA2; }
span { border-color: rgb(158,190,162); }
td.TdClassName
{
border-color: #9EBEA2;
}
.TagClassName
{
border-color: #9EBEA2;
}
</style>