Shades of Norway #9EAB8C
Tints of Norway #9EAB8C
RGB
CMYK
RGB Variations
Color information
#9EAB8C (or 0x9EAB8C) is known color: Norway. HEX triplet: 9E, AB and 8C. RGB value is (158,171,140). Sum of RGB (Red+Green+Blue) = 158+171+140=469 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.69% from 469); Green value is 171 (67.19% from 255 or 36.46% from 469); Blue value is 140 (55.08% from 255 or 29.85% from 469); Max value from RGB is 171 - color contains mainly: green. Hex color #9EAB8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EAB8C is #615473. Grayscale: #A3A3A3. Windows color (decimal): -6378612 or 9218974. OLE color: 9218974.
HSL color Cylindrical-coordinate representation of color #9EAB8C: hue angle of 85.16º degrees, saturation: 0.16, 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 #9EAB8C is Cyan = 0.08, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 158 | 171 | 140 | - |
| CMYK | 0.08 | 0 | 0.18 | 0.33 |
| HSL | 85.16º | 0.16% | 0.61% | - |
| HSV(B) | 85.16º | 0.18% | 0.67% | - |
| XYZ | 33.4 | 38.29 | 30.44 | - |
| YUV | 163.58 | 114.69 | 124.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 171 | 140 | 0.08 | 0 | 0.18 | 0.33 | 85.16 | 0.16 | 0.61 |
| Hex | 9E | AB | 8C | 8 | 0 | 12 | 21 | 55 | 10 | 3D |
| Octal | 236 | 253 | 214 | 10 | 0 | 22 | 41 | 125 | 20 | 75 |
| Binary | 10011110 | 10101011 | 10001100 | 1000 | 0 | 10010 | 100001 | 1010101 | 10000 | 111101 |
Color Harmonies of #9EAB8C
Complementary color
Monochromatic Colors of #9EAB8C
Black with #9EAB8C
Text Example
Text Example
White with #9EAB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EAB8C; }
p { color: rgb(158,171,140); }
H1.HeaderClassName
{
color: #9EAB8C;
}
.AnyTagClassName
{
color: #9EAB8C;
}
</style>
background-color css
<style>
a { background-color: #9EAB8C; }
a { background-color: rgb(158,171,140); }
div.DivClassName
{
background-color: #9EAB8C;
}
.BgClassName
{
background-color: #9EAB8C;
}
</style>
border-color css
<style>
span { border-color: #9EAB8C; }
span { border-color: rgb(158,171,140); }
td.TdClassName
{
border-color: #9EAB8C;
}
.TagClassName
{
border-color: #9EAB8C;
}
</style>