Shades of Norway #9DAA94
Tints of Norway #9DAA94
RGB
CMYK
RGB Variations
Color information
#9DAA94 (or 0x9DAA94) is known color: Norway. HEX triplet: 9D, AA and 94. RGB value is (157,170,148). Sum of RGB (Red+Green+Blue) = 157+170+148=475 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.05% from 475); Green value is 170 (66.80% from 255 or 35.79% from 475); Blue value is 148 (58.20% from 255 or 31.16% from 475); Max value from RGB is 170 - color contains mainly: green. Hex color #9DAA94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DAA94 is #62556B. Grayscale: #A3A3A3. Windows color (decimal): -6444396 or 9743005. OLE color: 9743005.
HSL color Cylindrical-coordinate representation of color #9DAA94: hue angle of 95.45º degrees, saturation: 0.11, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9DAA94 is Cyan = 0.08, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 157 | 170 | 148 | - |
| CMYK | 0.08 | 0 | 0.13 | 0.33 |
| HSL | 95.45º | 0.11% | 0.62% | - |
| HSV(B) | 95.45º | 0.13% | 0.67% | - |
| XYZ | 33.62 | 38.06 | 33.59 | - |
| YUV | 163.61 | 119.19 | 123.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 170 | 148 | 0.08 | 0 | 0.13 | 0.33 | 95.45 | 0.11 | 0.62 |
| Hex | 9D | AA | 94 | 8 | 0 | D | 21 | 5F | B | 3E |
| Octal | 235 | 252 | 224 | 10 | 0 | 15 | 41 | 137 | 13 | 76 |
| Binary | 10011101 | 10101010 | 10010100 | 1000 | 0 | 1101 | 100001 | 1011111 | 1011 | 111110 |
Color Harmonies of #9DAA94
Complementary color
Monochromatic Colors of #9DAA94
Black with #9DAA94
Text Example
Text Example
White with #9DAA94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DAA94; }
p { color: rgb(157,170,148); }
H1.HeaderClassName
{
color: #9DAA94;
}
.AnyTagClassName
{
color: #9DAA94;
}
</style>
background-color css
<style>
a { background-color: #9DAA94; }
a { background-color: rgb(157,170,148); }
div.DivClassName
{
background-color: #9DAA94;
}
.BgClassName
{
background-color: #9DAA94;
}
</style>
border-color css
<style>
span { border-color: #9DAA94; }
span { border-color: rgb(157,170,148); }
td.TdClassName
{
border-color: #9DAA94;
}
.TagClassName
{
border-color: #9DAA94;
}
</style>