Shades of Norway #9EAB85
Tints of Norway #9EAB85
RGB
CMYK
RGB Variations
Color information
#9EAB85 (or 0x9EAB85) is known color: Norway. HEX triplet: 9E, AB and 85. RGB value is (158,171,133). Sum of RGB (Red+Green+Blue) = 158+171+133=462 (61% of max value = 765). Red value is 158 (62.11% from 255 or 34.20% from 462); Green value is 171 (67.19% from 255 or 37.01% from 462); Blue value is 133 (52.34% from 255 or 28.79% from 462); Max value from RGB is 171 - color contains mainly: green. Hex color #9EAB85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EAB85 is #61547A. Grayscale: #A2A2A2. Windows color (decimal): -6378619 or 8760222. OLE color: 8760222.
HSL color Cylindrical-coordinate representation of color #9EAB85: hue angle of 80.53º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9EAB85 is Cyan = 0.08, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 158 | 171 | 133 | - |
| CMYK | 0.08 | 0 | 0.22 | 0.33 |
| HSL | 80.53º | 0.18% | 0.6% | - |
| HSV(B) | 80.53º | 0.22% | 0.67% | - |
| XYZ | 32.9 | 38.09 | 27.81 | - |
| YUV | 162.78 | 111.19 | 124.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 171 | 133 | 0.08 | 0 | 0.22 | 0.33 | 80.53 | 0.18 | 0.6 |
| Hex | 9E | AB | 85 | 8 | 0 | 16 | 21 | 51 | 12 | 3C |
| Octal | 236 | 253 | 205 | 10 | 0 | 26 | 41 | 121 | 22 | 74 |
| Binary | 10011110 | 10101011 | 10000101 | 1000 | 0 | 10110 | 100001 | 1010001 | 10010 | 111100 |
Color Harmonies of #9EAB85
Complementary color
Monochromatic Colors of #9EAB85
Black with #9EAB85
Text Example
Text Example
White with #9EAB85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EAB85; }
p { color: rgb(158,171,133); }
H1.HeaderClassName
{
color: #9EAB85;
}
.AnyTagClassName
{
color: #9EAB85;
}
</style>
background-color css
<style>
a { background-color: #9EAB85; }
a { background-color: rgb(158,171,133); }
div.DivClassName
{
background-color: #9EAB85;
}
.BgClassName
{
background-color: #9EAB85;
}
</style>
border-color css
<style>
span { border-color: #9EAB85; }
span { border-color: rgb(158,171,133); }
td.TdClassName
{
border-color: #9EAB85;
}
.TagClassName
{
border-color: #9EAB85;
}
</style>