Shades of Norway #9DB08F
Tints of Norway #9DB08F
RGB
CMYK
RGB Variations
Color information
#9DB08F (or 0x9DB08F) is known color: Norway. HEX triplet: 9D, B0 and 8F. RGB value is (157,176,143). Sum of RGB (Red+Green+Blue) = 157+176+143=476 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.98% from 476); Green value is 176 (69.14% from 255 or 36.97% from 476); Blue value is 143 (56.25% from 255 or 30.04% from 476); Max value from RGB is 176 - color contains mainly: green. Hex color #9DB08F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DB08F is #624F70. Grayscale: #A6A6A6. Windows color (decimal): -6442865 or 9416861. OLE color: 9416861.
HSL color Cylindrical-coordinate representation of color #9DB08F: hue angle of 94.55º degrees, saturation: 0.17, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9DB08F is Cyan = 0.11, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 157 | 176 | 143 | - |
| CMYK | 0.11 | 0 | 0.19 | 0.31 |
| HSL | 94.55º | 0.17% | 0.63% | - |
| HSV(B) | 94.55º | 0.19% | 0.69% | - |
| XYZ | 34.39 | 40.2 | 31.93 | - |
| YUV | 166.56 | 114.71 | 121.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 176 | 143 | 0.11 | 0 | 0.19 | 0.31 | 94.55 | 0.17 | 0.63 |
| Hex | 9D | B0 | 8F | B | 0 | 13 | 1F | 5F | 11 | 3F |
| Octal | 235 | 260 | 217 | 13 | 0 | 23 | 37 | 137 | 21 | 77 |
| Binary | 10011101 | 10110000 | 10001111 | 1011 | 0 | 10011 | 11111 | 1011111 | 10001 | 111111 |
Color Harmonies of #9DB08F
Complementary color
Monochromatic Colors of #9DB08F
Black with #9DB08F
Text Example
Text Example
White with #9DB08F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB08F; }
p { color: rgb(157,176,143); }
H1.HeaderClassName
{
color: #9DB08F;
}
.AnyTagClassName
{
color: #9DB08F;
}
</style>
background-color css
<style>
a { background-color: #9DB08F; }
a { background-color: rgb(157,176,143); }
div.DivClassName
{
background-color: #9DB08F;
}
.BgClassName
{
background-color: #9DB08F;
}
</style>
border-color css
<style>
span { border-color: #9DB08F; }
span { border-color: rgb(157,176,143); }
td.TdClassName
{
border-color: #9DB08F;
}
.TagClassName
{
border-color: #9DB08F;
}
</style>