Shades of Norway #9DAE86
Tints of Norway #9DAE86
RGB
CMYK
RGB Variations
Color information
#9DAE86 (or 0x9DAE86) is known color: Norway. HEX triplet: 9D, AE and 86. RGB value is (157,174,134). Sum of RGB (Red+Green+Blue) = 157+174+134=465 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.76% from 465); Green value is 174 (68.36% from 255 or 37.42% from 465); Blue value is 134 (52.73% from 255 or 28.82% from 465); Max value from RGB is 174 - color contains mainly: green. Hex color #9DAE86 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DAE86 is #625179. Grayscale: #A4A4A4. Windows color (decimal): -6443386 or 8826525. OLE color: 8826525.
HSL color Cylindrical-coordinate representation of color #9DAE86: hue angle of 85.5º degrees, saturation: 0.2, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9DAE86 is Cyan = 0.10, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 157 | 174 | 134 | - |
| CMYK | 0.10 | 0 | 0.23 | 0.32 |
| HSL | 85.5º | 0.2% | 0.6% | - |
| HSV(B) | 85.5º | 0.23% | 0.68% | - |
| XYZ | 33.34 | 39.16 | 28.36 | - |
| YUV | 164.36 | 110.87 | 122.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 174 | 134 | 0.10 | 0 | 0.23 | 0.32 | 85.5 | 0.2 | 0.6 |
| Hex | 9D | AE | 86 | A | 0 | 17 | 20 | 56 | 14 | 3C |
| Octal | 235 | 256 | 206 | 12 | 0 | 27 | 40 | 126 | 24 | 74 |
| Binary | 10011101 | 10101110 | 10000110 | 1010 | 0 | 10111 | 100000 | 1010110 | 10100 | 111100 |
Color Harmonies of #9DAE86
Complementary color
Monochromatic Colors of #9DAE86
Black with #9DAE86
Text Example
Text Example
White with #9DAE86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DAE86; }
p { color: rgb(157,174,134); }
H1.HeaderClassName
{
color: #9DAE86;
}
.AnyTagClassName
{
color: #9DAE86;
}
</style>
background-color css
<style>
a { background-color: #9DAE86; }
a { background-color: rgb(157,174,134); }
div.DivClassName
{
background-color: #9DAE86;
}
.BgClassName
{
background-color: #9DAE86;
}
</style>
border-color css
<style>
span { border-color: #9DAE86; }
span { border-color: rgb(157,174,134); }
td.TdClassName
{
border-color: #9DAE86;
}
.TagClassName
{
border-color: #9DAE86;
}
</style>