Shades of Norway #9DAB8D
Tints of Norway #9DAB8D
RGB
CMYK
RGB Variations
Color information
#9DAB8D (or 0x9DAB8D) is known color: Norway. HEX triplet: 9D, AB and 8D. RGB value is (157,171,141). Sum of RGB (Red+Green+Blue) = 157+171+141=469 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.48% from 469); Green value is 171 (67.19% from 255 or 36.46% from 469); Blue value is 141 (55.47% from 255 or 30.06% from 469); Max value from RGB is 171 - color contains mainly: green. Hex color #9DAB8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DAB8D is #625472. Grayscale: #A3A3A3. Windows color (decimal): -6444147 or 9284509. OLE color: 9284509.
HSL color Cylindrical-coordinate representation of color #9DAB8D: hue angle of 88º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9DAB8D is Cyan = 0.08, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 157 | 171 | 141 | - |
| CMYK | 0.08 | 0 | 0.18 | 0.33 |
| HSL | 88º | 0.15% | 0.61% | - |
| HSV(B) | 88º | 0.18% | 0.67% | - |
| XYZ | 33.28 | 38.22 | 30.82 | - |
| YUV | 163.39 | 115.36 | 123.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 171 | 141 | 0.08 | 0 | 0.18 | 0.33 | 88 | 0.15 | 0.61 |
| Hex | 9D | AB | 8D | 8 | 0 | 12 | 21 | 58 | F | 3D |
| Octal | 235 | 253 | 215 | 10 | 0 | 22 | 41 | 130 | 17 | 75 |
| Binary | 10011101 | 10101011 | 10001101 | 1000 | 0 | 10010 | 100001 | 1011000 | 1111 | 111101 |
Color Harmonies of #9DAB8D
Complementary color
Monochromatic Colors of #9DAB8D
Black with #9DAB8D
Text Example
Text Example
White with #9DAB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DAB8D; }
p { color: rgb(157,171,141); }
H1.HeaderClassName
{
color: #9DAB8D;
}
.AnyTagClassName
{
color: #9DAB8D;
}
</style>
background-color css
<style>
a { background-color: #9DAB8D; }
a { background-color: rgb(157,171,141); }
div.DivClassName
{
background-color: #9DAB8D;
}
.BgClassName
{
background-color: #9DAB8D;
}
</style>
border-color css
<style>
span { border-color: #9DAB8D; }
span { border-color: rgb(157,171,141); }
td.TdClassName
{
border-color: #9DAB8D;
}
.TagClassName
{
border-color: #9DAB8D;
}
</style>