Shades of Norway #9DAE87
Tints of Norway #9DAE87
RGB
CMYK
RGB Variations
Color information
#9DAE87 (or 0x9DAE87) is known color: Norway. HEX triplet: 9D, AE and 87. RGB value is (157,174,135). Sum of RGB (Red+Green+Blue) = 157+174+135=466 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.69% from 466); Green value is 174 (68.36% from 255 or 37.34% from 466); Blue value is 135 (53.12% from 255 or 28.97% from 466); Max value from RGB is 174 - color contains mainly: green. Hex color #9DAE87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DAE87 is #625178. Grayscale: #A4A4A4. Windows color (decimal): -6443385 or 8892061. OLE color: 8892061.
HSL color Cylindrical-coordinate representation of color #9DAE87: hue angle of 86.15º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9DAE87 is Cyan = 0.10, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 157 | 174 | 135 | - |
| CMYK | 0.10 | 0 | 0.22 | 0.32 |
| HSL | 86.15º | 0.19% | 0.61% | - |
| HSV(B) | 86.15º | 0.22% | 0.68% | - |
| XYZ | 33.41 | 39.19 | 28.72 | - |
| YUV | 164.47 | 111.37 | 122.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 174 | 135 | 0.10 | 0 | 0.22 | 0.32 | 86.15 | 0.19 | 0.61 |
| Hex | 9D | AE | 87 | A | 0 | 16 | 20 | 56 | 13 | 3D |
| Octal | 235 | 256 | 207 | 12 | 0 | 26 | 40 | 126 | 23 | 75 |
| Binary | 10011101 | 10101110 | 10000111 | 1010 | 0 | 10110 | 100000 | 1010110 | 10011 | 111101 |
Color Harmonies of #9DAE87
Complementary color
Monochromatic Colors of #9DAE87
Black with #9DAE87
Text Example
Text Example
White with #9DAE87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DAE87; }
p { color: rgb(157,174,135); }
H1.HeaderClassName
{
color: #9DAE87;
}
.AnyTagClassName
{
color: #9DAE87;
}
</style>
background-color css
<style>
a { background-color: #9DAE87; }
a { background-color: rgb(157,174,135); }
div.DivClassName
{
background-color: #9DAE87;
}
.BgClassName
{
background-color: #9DAE87;
}
</style>
border-color css
<style>
span { border-color: #9DAE87; }
span { border-color: rgb(157,174,135); }
td.TdClassName
{
border-color: #9DAE87;
}
.TagClassName
{
border-color: #9DAE87;
}
</style>