Shades of Norway #9DA894
Tints of Norway #9DA894
RGB
CMYK
RGB Variations
Color information
#9DA894 (or 0x9DA894) is known color: Norway. HEX triplet: 9D, A8 and 94. RGB value is (157,168,148). Sum of RGB (Red+Green+Blue) = 157+168+148=473 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.19% from 473); Green value is 168 (66.02% from 255 or 35.52% from 473); Blue value is 148 (58.20% from 255 or 31.29% from 473); Max value from RGB is 168 - color contains mainly: green. Hex color #9DA894 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DA894 is #62576B. Grayscale: #A2A2A2. Windows color (decimal): -6444908 or 9742493. OLE color: 9742493.
HSL color Cylindrical-coordinate representation of color #9DA894: hue angle of 93º degrees, saturation: 0.1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9DA894 is Cyan = 0.07, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 157 | 168 | 148 | - |
| CMYK | 0.07 | 0 | 0.12 | 0.34 |
| HSL | 93º | 0.1% | 0.62% | - |
| HSV(B) | 93º | 0.12% | 0.66% | - |
| XYZ | 33.25 | 37.31 | 33.47 | - |
| YUV | 162.43 | 119.86 | 124.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 168 | 148 | 0.07 | 0 | 0.12 | 0.34 | 93 | 0.1 | 0.62 |
| Hex | 9D | A8 | 94 | 7 | 0 | C | 22 | 5D | A | 3E |
| Octal | 235 | 250 | 224 | 7 | 0 | 14 | 42 | 135 | 12 | 76 |
| Binary | 10011101 | 10101000 | 10010100 | 111 | 0 | 1100 | 100010 | 1011101 | 1010 | 111110 |
Color Harmonies of #9DA894
Complementary color
Monochromatic Colors of #9DA894
Black with #9DA894
Text Example
Text Example
White with #9DA894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA894; }
p { color: rgb(157,168,148); }
H1.HeaderClassName
{
color: #9DA894;
}
.AnyTagClassName
{
color: #9DA894;
}
</style>
background-color css
<style>
a { background-color: #9DA894; }
a { background-color: rgb(157,168,148); }
div.DivClassName
{
background-color: #9DA894;
}
.BgClassName
{
background-color: #9DA894;
}
</style>
border-color css
<style>
span { border-color: #9DA894; }
span { border-color: rgb(157,168,148); }
td.TdClassName
{
border-color: #9DA894;
}
.TagClassName
{
border-color: #9DA894;
}
</style>