Shades of Norway #9DA993
Tints of Norway #9DA993
RGB
CMYK
RGB Variations
Color information
#9DA993 (or 0x9DA993) is known color: Norway. HEX triplet: 9D, A9 and 93. RGB value is (157,169,147). Sum of RGB (Red+Green+Blue) = 157+169+147=473 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.19% from 473); Green value is 169 (66.41% from 255 or 35.73% from 473); Blue value is 147 (57.81% from 255 or 31.08% from 473); Max value from RGB is 169 - color contains mainly: green. Hex color #9DA993 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DA993 is #62566C. Grayscale: #A2A2A2. Windows color (decimal): -6444653 or 9677213. OLE color: 9677213.
HSL color Cylindrical-coordinate representation of color #9DA993: hue angle of 92.73º degrees, saturation: 0.11, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9DA993 is Cyan = 0.07, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 157 | 169 | 147 | - |
| CMYK | 0.07 | 0 | 0.13 | 0.34 |
| HSL | 92.73º | 0.11% | 0.62% | - |
| HSV(B) | 92.73º | 0.13% | 0.66% | - |
| XYZ | 33.36 | 37.65 | 33.11 | - |
| YUV | 162.9 | 119.02 | 123.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 169 | 147 | 0.07 | 0 | 0.13 | 0.34 | 92.73 | 0.11 | 0.62 |
| Hex | 9D | A9 | 93 | 7 | 0 | D | 22 | 5D | B | 3E |
| Octal | 235 | 251 | 223 | 7 | 0 | 15 | 42 | 135 | 13 | 76 |
| Binary | 10011101 | 10101001 | 10010011 | 111 | 0 | 1101 | 100010 | 1011101 | 1011 | 111110 |
Color Harmonies of #9DA993
Complementary color
Monochromatic Colors of #9DA993
Black with #9DA993
Text Example
Text Example
White with #9DA993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA993; }
p { color: rgb(157,169,147); }
H1.HeaderClassName
{
color: #9DA993;
}
.AnyTagClassName
{
color: #9DA993;
}
</style>
background-color css
<style>
a { background-color: #9DA993; }
a { background-color: rgb(157,169,147); }
div.DivClassName
{
background-color: #9DA993;
}
.BgClassName
{
background-color: #9DA993;
}
</style>
border-color css
<style>
span { border-color: #9DA993; }
span { border-color: rgb(157,169,147); }
td.TdClassName
{
border-color: #9DA993;
}
.TagClassName
{
border-color: #9DA993;
}
</style>