Shades of Norway #9DA98C
Tints of Norway #9DA98C
RGB
CMYK
RGB Variations
Color information
#9DA98C (or 0x9DA98C) is known color: Norway. HEX triplet: 9D, A9 and 8C. RGB value is (157,169,140). Sum of RGB (Red+Green+Blue) = 157+169+140=466 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.69% from 466); Green value is 169 (66.41% from 255 or 36.27% from 466); Blue value is 140 (55.08% from 255 or 30.04% from 466); Max value from RGB is 169 - color contains mainly: green. Hex color #9DA98C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DA98C is #625673. Grayscale: #A2A2A2. Windows color (decimal): -6444660 or 9218461. OLE color: 9218461.
HSL color Cylindrical-coordinate representation of color #9DA98C: hue angle of 84.83º degrees, saturation: 0.14, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9DA98C is Cyan = 0.07, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 157 | 169 | 140 | - |
| CMYK | 0.07 | 0 | 0.17 | 0.34 |
| HSL | 84.83º | 0.14% | 0.61% | - |
| HSV(B) | 84.83º | 0.17% | 0.66% | - |
| XYZ | 32.83 | 37.44 | 30.31 | - |
| YUV | 162.11 | 115.52 | 124.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 169 | 140 | 0.07 | 0 | 0.17 | 0.34 | 84.83 | 0.14 | 0.61 |
| Hex | 9D | A9 | 8C | 7 | 0 | 11 | 22 | 55 | E | 3D |
| Octal | 235 | 251 | 214 | 7 | 0 | 21 | 42 | 125 | 16 | 75 |
| Binary | 10011101 | 10101001 | 10001100 | 111 | 0 | 10001 | 100010 | 1010101 | 1110 | 111101 |
Color Harmonies of #9DA98C
Complementary color
Monochromatic Colors of #9DA98C
Black with #9DA98C
Text Example
Text Example
White with #9DA98C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA98C; }
p { color: rgb(157,169,140); }
H1.HeaderClassName
{
color: #9DA98C;
}
.AnyTagClassName
{
color: #9DA98C;
}
</style>
background-color css
<style>
a { background-color: #9DA98C; }
a { background-color: rgb(157,169,140); }
div.DivClassName
{
background-color: #9DA98C;
}
.BgClassName
{
background-color: #9DA98C;
}
</style>
border-color css
<style>
span { border-color: #9DA98C; }
span { border-color: rgb(157,169,140); }
td.TdClassName
{
border-color: #9DA98C;
}
.TagClassName
{
border-color: #9DA98C;
}
</style>