Shades of Norway #9DAA91
Tints of Norway #9DAA91
RGB
CMYK
RGB Variations
Color information
#9DAA91 (or 0x9DAA91) is known color: Norway. HEX triplet: 9D, AA and 91. RGB value is (157,170,145). Sum of RGB (Red+Green+Blue) = 157+170+145=472 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.26% from 472); Green value is 170 (66.80% from 255 or 36.02% from 472); Blue value is 145 (57.03% from 255 or 30.72% from 472); Max value from RGB is 170 - color contains mainly: green. Hex color #9DAA91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DAA91 is #62556E. Grayscale: #A3A3A3. Windows color (decimal): -6444399 or 9546397. OLE color: 9546397.
HSL color Cylindrical-coordinate representation of color #9DAA91: hue angle of 91.2º degrees, saturation: 0.13, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9DAA91 is Cyan = 0.08, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 157 | 170 | 145 | - |
| CMYK | 0.08 | 0 | 0.15 | 0.33 |
| HSL | 91.2º | 0.13% | 0.62% | - |
| HSV(B) | 91.2º | 0.15% | 0.67% | - |
| XYZ | 33.39 | 37.96 | 32.36 | - |
| YUV | 163.26 | 117.69 | 123.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 170 | 145 | 0.08 | 0 | 0.15 | 0.33 | 91.2 | 0.13 | 0.62 |
| Hex | 9D | AA | 91 | 8 | 0 | F | 21 | 5B | D | 3E |
| Octal | 235 | 252 | 221 | 10 | 0 | 17 | 41 | 133 | 15 | 76 |
| Binary | 10011101 | 10101010 | 10010001 | 1000 | 0 | 1111 | 100001 | 1011011 | 1101 | 111110 |
Color Harmonies of #9DAA91
Complementary color
Monochromatic Colors of #9DAA91
Black with #9DAA91
Text Example
Text Example
White with #9DAA91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DAA91; }
p { color: rgb(157,170,145); }
H1.HeaderClassName
{
color: #9DAA91;
}
.AnyTagClassName
{
color: #9DAA91;
}
</style>
background-color css
<style>
a { background-color: #9DAA91; }
a { background-color: rgb(157,170,145); }
div.DivClassName
{
background-color: #9DAA91;
}
.BgClassName
{
background-color: #9DAA91;
}
</style>
border-color css
<style>
span { border-color: #9DAA91; }
span { border-color: rgb(157,170,145); }
td.TdClassName
{
border-color: #9DAA91;
}
.TagClassName
{
border-color: #9DAA91;
}
</style>