Shades of Norway #9DAE88
Tints of Norway #9DAE88
RGB
CMYK
RGB Variations
Color information
#9DAE88 (or 0x9DAE88) is known color: Norway. HEX triplet: 9D, AE and 88. RGB value is (157,174,136). Sum of RGB (Red+Green+Blue) = 157+174+136=467 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.62% from 467); Green value is 174 (68.36% from 255 or 37.26% from 467); Blue value is 136 (53.52% from 255 or 29.12% from 467); Max value from RGB is 174 - color contains mainly: green. Hex color #9DAE88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DAE88 is #625177. Grayscale: #A4A4A4. Windows color (decimal): -6443384 or 8957597. OLE color: 8957597.
HSL color Cylindrical-coordinate representation of color #9DAE88: hue angle of 86.84º 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 #9DAE88 is Cyan = 0.10, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 157 | 174 | 136 | - |
| CMYK | 0.10 | 0 | 0.22 | 0.32 |
| HSL | 86.84º | 0.19% | 0.61% | - |
| HSV(B) | 86.84º | 0.22% | 0.68% | - |
| XYZ | 33.48 | 39.22 | 29.1 | - |
| YUV | 164.59 | 111.87 | 122.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 174 | 136 | 0.10 | 0 | 0.22 | 0.32 | 86.84 | 0.19 | 0.61 |
| Hex | 9D | AE | 88 | A | 0 | 16 | 20 | 57 | 13 | 3D |
| Octal | 235 | 256 | 210 | 12 | 0 | 26 | 40 | 127 | 23 | 75 |
| Binary | 10011101 | 10101110 | 10001000 | 1010 | 0 | 10110 | 100000 | 1010111 | 10011 | 111101 |
Color Harmonies of #9DAE88
Complementary color
Monochromatic Colors of #9DAE88
Black with #9DAE88
Text Example
Text Example
White with #9DAE88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DAE88; }
p { color: rgb(157,174,136); }
H1.HeaderClassName
{
color: #9DAE88;
}
.AnyTagClassName
{
color: #9DAE88;
}
</style>
background-color css
<style>
a { background-color: #9DAE88; }
a { background-color: rgb(157,174,136); }
div.DivClassName
{
background-color: #9DAE88;
}
.BgClassName
{
background-color: #9DAE88;
}
</style>
border-color css
<style>
span { border-color: #9DAE88; }
span { border-color: rgb(157,174,136); }
td.TdClassName
{
border-color: #9DAE88;
}
.TagClassName
{
border-color: #9DAE88;
}
</style>