Shades of Norway #9DB18F
Tints of Norway #9DB18F
RGB
CMYK
RGB Variations
Color information
#9DB18F (or 0x9DB18F) is known color: Norway. HEX triplet: 9D, B1 and 8F. RGB value is (157,177,143). Sum of RGB (Red+Green+Blue) = 157+177+143=477 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.91% from 477); Green value is 177 (69.53% from 255 or 37.11% from 477); Blue value is 143 (56.25% from 255 or 29.98% from 477); Max value from RGB is 177 - color contains mainly: green. Hex color #9DB18F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DB18F is #624E70. Grayscale: #A7A7A7. Windows color (decimal): -6442609 or 9417117. OLE color: 9417117.
HSL color Cylindrical-coordinate representation of color #9DB18F: hue angle of 95.29º degrees, saturation: 0.18, 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 #9DB18F is Cyan = 0.11, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 157 | 177 | 143 | - |
| CMYK | 0.11 | 0 | 0.19 | 0.31 |
| HSL | 95.29º | 0.18% | 0.63% | - |
| HSV(B) | 95.29º | 0.19% | 0.69% | - |
| XYZ | 34.58 | 40.6 | 32 | - |
| YUV | 167.14 | 114.37 | 120.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 177 | 143 | 0.11 | 0 | 0.19 | 0.31 | 95.29 | 0.18 | 0.63 |
| Hex | 9D | B1 | 8F | B | 0 | 13 | 1F | 5F | 12 | 3F |
| Octal | 235 | 261 | 217 | 13 | 0 | 23 | 37 | 137 | 22 | 77 |
| Binary | 10011101 | 10110001 | 10001111 | 1011 | 0 | 10011 | 11111 | 1011111 | 10010 | 111111 |
Color Harmonies of #9DB18F
Complementary color
Monochromatic Colors of #9DB18F
Black with #9DB18F
Text Example
Text Example
White with #9DB18F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB18F; }
p { color: rgb(157,177,143); }
H1.HeaderClassName
{
color: #9DB18F;
}
.AnyTagClassName
{
color: #9DB18F;
}
</style>
background-color css
<style>
a { background-color: #9DB18F; }
a { background-color: rgb(157,177,143); }
div.DivClassName
{
background-color: #9DB18F;
}
.BgClassName
{
background-color: #9DB18F;
}
</style>
border-color css
<style>
span { border-color: #9DB18F; }
span { border-color: rgb(157,177,143); }
td.TdClassName
{
border-color: #9DB18F;
}
.TagClassName
{
border-color: #9DB18F;
}
</style>