Shades of Norway #9EAC8B
Tints of Norway #9EAC8B
RGB
CMYK
RGB Variations
Color information
#9EAC8B (or 0x9EAC8B) is known color: Norway. HEX triplet: 9E, AC and 8B. RGB value is (158,172,139). Sum of RGB (Red+Green+Blue) = 158+172+139=469 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.69% from 469); Green value is 172 (67.58% from 255 or 36.67% from 469); Blue value is 139 (54.69% from 255 or 29.64% from 469); Max value from RGB is 172 - color contains mainly: green. Hex color #9EAC8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EAC8B is #615374. Grayscale: #A4A4A4. Windows color (decimal): -6378357 or 9153694. OLE color: 9153694.
HSL color Cylindrical-coordinate representation of color #9EAC8B: hue angle of 85.45º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9EAC8B is Cyan = 0.08, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 158 | 172 | 139 | - |
| CMYK | 0.08 | 0 | 0.19 | 0.33 |
| HSL | 85.45º | 0.17% | 0.61% | - |
| HSV(B) | 85.45º | 0.19% | 0.67% | - |
| XYZ | 33.51 | 38.64 | 30.12 | - |
| YUV | 164.05 | 113.86 | 123.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 172 | 139 | 0.08 | 0 | 0.19 | 0.33 | 85.45 | 0.17 | 0.61 |
| Hex | 9E | AC | 8B | 8 | 0 | 13 | 21 | 55 | 11 | 3D |
| Octal | 236 | 254 | 213 | 10 | 0 | 23 | 41 | 125 | 21 | 75 |
| Binary | 10011110 | 10101100 | 10001011 | 1000 | 0 | 10011 | 100001 | 1010101 | 10001 | 111101 |
Color Harmonies of #9EAC8B
Complementary color
Monochromatic Colors of #9EAC8B
Black with #9EAC8B
Text Example
Text Example
White with #9EAC8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EAC8B; }
p { color: rgb(158,172,139); }
H1.HeaderClassName
{
color: #9EAC8B;
}
.AnyTagClassName
{
color: #9EAC8B;
}
</style>
background-color css
<style>
a { background-color: #9EAC8B; }
a { background-color: rgb(158,172,139); }
div.DivClassName
{
background-color: #9EAC8B;
}
.BgClassName
{
background-color: #9EAC8B;
}
</style>
border-color css
<style>
span { border-color: #9EAC8B; }
span { border-color: rgb(158,172,139); }
td.TdClassName
{
border-color: #9EAC8B;
}
.TagClassName
{
border-color: #9EAC8B;
}
</style>