Shades of Norway #9EAA8B
Tints of Norway #9EAA8B
RGB
CMYK
RGB Variations
Color information
#9EAA8B (or 0x9EAA8B) is known color: Norway. HEX triplet: 9E, AA and 8B. RGB value is (158,170,139). Sum of RGB (Red+Green+Blue) = 158+170+139=467 (61% of max value = 765). Red value is 158 (62.11% from 255 or 33.83% from 467); Green value is 170 (66.80% from 255 or 36.40% from 467); Blue value is 139 (54.69% from 255 or 29.76% from 467); Max value from RGB is 170 - color contains mainly: green. Hex color #9EAA8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EAA8B is #615574. Grayscale: #A2A2A2. Windows color (decimal): -6378869 or 9153182. OLE color: 9153182.
HSL color Cylindrical-coordinate representation of color #9EAA8B: hue angle of 83.23º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9EAA8B is Cyan = 0.07, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 158 | 170 | 139 | - |
| CMYK | 0.07 | 0 | 0.18 | 0.33 |
| HSL | 83.23º | 0.15% | 0.61% | - |
| HSV(B) | 83.23º | 0.18% | 0.67% | - |
| XYZ | 33.14 | 37.88 | 29.99 | - |
| YUV | 162.88 | 114.52 | 124.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 170 | 139 | 0.07 | 0 | 0.18 | 0.33 | 83.23 | 0.15 | 0.61 |
| Hex | 9E | AA | 8B | 7 | 0 | 12 | 21 | 53 | F | 3D |
| Octal | 236 | 252 | 213 | 7 | 0 | 22 | 41 | 123 | 17 | 75 |
| Binary | 10011110 | 10101010 | 10001011 | 111 | 0 | 10010 | 100001 | 1010011 | 1111 | 111101 |
Color Harmonies of #9EAA8B
Complementary color
Monochromatic Colors of #9EAA8B
Black with #9EAA8B
Text Example
Text Example
White with #9EAA8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EAA8B; }
p { color: rgb(158,170,139); }
H1.HeaderClassName
{
color: #9EAA8B;
}
.AnyTagClassName
{
color: #9EAA8B;
}
</style>
background-color css
<style>
a { background-color: #9EAA8B; }
a { background-color: rgb(158,170,139); }
div.DivClassName
{
background-color: #9EAA8B;
}
.BgClassName
{
background-color: #9EAA8B;
}
</style>
border-color css
<style>
span { border-color: #9EAA8B; }
span { border-color: rgb(158,170,139); }
td.TdClassName
{
border-color: #9EAA8B;
}
.TagClassName
{
border-color: #9EAA8B;
}
</style>