Shades of Norway #9DBA8D
Tints of Norway #9DBA8D
RGB
CMYK
RGB Variations
Color information
#9DBA8D (or 0x9DBA8D) is known color: Norway. HEX triplet: 9D, BA and 8D. RGB value is (157,186,141). Sum of RGB (Red+Green+Blue) = 157+186+141=484 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.44% from 484); Green value is 186 (73.05% from 255 or 38.43% from 484); Blue value is 141 (55.47% from 255 or 29.13% from 484); Max value from RGB is 186 - color contains mainly: green. Hex color #9DBA8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DBA8D is #624572. Grayscale: #ACACAC. Windows color (decimal): -6440307 or 9288349. OLE color: 9288349.
HSL color Cylindrical-coordinate representation of color #9DBA8D: hue angle of 98.67º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9DBA8D is Cyan = 0.16, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 157 | 186 | 141 | - |
| CMYK | 0.16 | 0 | 0.24 | 0.27 |
| HSL | 98.67º | 0.25% | 0.64% | - |
| HSV(B) | 98.67º | 0.24% | 0.73% | - |
| XYZ | 36.27 | 44.21 | 31.82 | - |
| YUV | 172.2 | 110.39 | 117.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 186 | 141 | 0.16 | 0 | 0.24 | 0.27 | 98.67 | 0.25 | 0.64 |
| Hex | 9D | BA | 8D | 10 | 0 | 18 | 1B | 63 | 19 | 40 |
| Octal | 235 | 272 | 215 | 20 | 0 | 30 | 33 | 143 | 31 | 100 |
| Binary | 10011101 | 10111010 | 10001101 | 10000 | 0 | 11000 | 11011 | 1100011 | 11001 | 1000000 |
Color Harmonies of #9DBA8D
Complementary color
Monochromatic Colors of #9DBA8D
Black with #9DBA8D
Text Example
Text Example
White with #9DBA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBA8D; }
p { color: rgb(157,186,141); }
H1.HeaderClassName
{
color: #9DBA8D;
}
.AnyTagClassName
{
color: #9DBA8D;
}
</style>
background-color css
<style>
a { background-color: #9DBA8D; }
a { background-color: rgb(157,186,141); }
div.DivClassName
{
background-color: #9DBA8D;
}
.BgClassName
{
background-color: #9DBA8D;
}
</style>
border-color css
<style>
span { border-color: #9DBA8D; }
span { border-color: rgb(157,186,141); }
td.TdClassName
{
border-color: #9DBA8D;
}
.TagClassName
{
border-color: #9DBA8D;
}
</style>