Shades of Norway #9DB48C
Tints of Norway #9DB48C
RGB
CMYK
RGB Variations
Color information
#9DB48C (or 0x9DB48C) is known color: Norway. HEX triplet: 9D, B4 and 8C. RGB value is (157,180,140). Sum of RGB (Red+Green+Blue) = 157+180+140=477 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.91% from 477); Green value is 180 (70.70% from 255 or 37.74% from 477); Blue value is 140 (55.08% from 255 or 29.35% from 477); Max value from RGB is 180 - color contains mainly: green. Hex color #9DB48C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DB48C is #624B73. Grayscale: #A8A8A8. Windows color (decimal): -6441844 or 9221277. OLE color: 9221277.
HSL color Cylindrical-coordinate representation of color #9DB48C: hue angle of 94.5º degrees, saturation: 0.21, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9DB48C is Cyan = 0.13, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 157 | 180 | 140 | - |
| CMYK | 0.13 | 0 | 0.22 | 0.29 |
| HSL | 94.5º | 0.21% | 0.63% | - |
| HSV(B) | 94.5º | 0.22% | 0.71% | - |
| XYZ | 34.96 | 41.7 | 31.02 | - |
| YUV | 168.56 | 111.88 | 119.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 180 | 140 | 0.13 | 0 | 0.22 | 0.29 | 94.5 | 0.21 | 0.63 |
| Hex | 9D | B4 | 8C | D | 0 | 16 | 1D | 5E | 15 | 3F |
| Octal | 235 | 264 | 214 | 15 | 0 | 26 | 35 | 136 | 25 | 77 |
| Binary | 10011101 | 10110100 | 10001100 | 1101 | 0 | 10110 | 11101 | 1011110 | 10101 | 111111 |
Color Harmonies of #9DB48C
Complementary color
Monochromatic Colors of #9DB48C
Black with #9DB48C
Text Example
Text Example
White with #9DB48C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB48C; }
p { color: rgb(157,180,140); }
H1.HeaderClassName
{
color: #9DB48C;
}
.AnyTagClassName
{
color: #9DB48C;
}
</style>
background-color css
<style>
a { background-color: #9DB48C; }
a { background-color: rgb(157,180,140); }
div.DivClassName
{
background-color: #9DB48C;
}
.BgClassName
{
background-color: #9DB48C;
}
</style>
border-color css
<style>
span { border-color: #9DB48C; }
span { border-color: rgb(157,180,140); }
td.TdClassName
{
border-color: #9DB48C;
}
.TagClassName
{
border-color: #9DB48C;
}
</style>