Shades of Norway #9DB28D
Tints of Norway #9DB28D
RGB
CMYK
RGB Variations
Color information
#9DB28D (or 0x9DB28D) is known color: Norway. HEX triplet: 9D, B2 and 8D. RGB value is (157,178,141). Sum of RGB (Red+Green+Blue) = 157+178+141=476 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.98% from 476); Green value is 178 (69.92% from 255 or 37.39% from 476); Blue value is 141 (55.47% from 255 or 29.62% from 476); Max value from RGB is 178 - color contains mainly: green. Hex color #9DB28D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DB28D is #624D72. Grayscale: #A7A7A7. Windows color (decimal): -6442355 or 9286301. OLE color: 9286301.
HSL color Cylindrical-coordinate representation of color #9DB28D: hue angle of 94.05º degrees, saturation: 0.19, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9DB28D is Cyan = 0.12, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 157 | 178 | 141 | - |
| CMYK | 0.12 | 0 | 0.21 | 0.30 |
| HSL | 94.05º | 0.19% | 0.63% | - |
| HSV(B) | 94.05º | 0.21% | 0.7% | - |
| XYZ | 34.63 | 40.93 | 31.27 | - |
| YUV | 167.5 | 113.04 | 120.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 178 | 141 | 0.12 | 0 | 0.21 | 0.30 | 94.05 | 0.19 | 0.63 |
| Hex | 9D | B2 | 8D | C | 0 | 15 | 1E | 5E | 13 | 3F |
| Octal | 235 | 262 | 215 | 14 | 0 | 25 | 36 | 136 | 23 | 77 |
| Binary | 10011101 | 10110010 | 10001101 | 1100 | 0 | 10101 | 11110 | 1011110 | 10011 | 111111 |
Color Harmonies of #9DB28D
Complementary color
Monochromatic Colors of #9DB28D
Black with #9DB28D
Text Example
Text Example
White with #9DB28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB28D; }
p { color: rgb(157,178,141); }
H1.HeaderClassName
{
color: #9DB28D;
}
.AnyTagClassName
{
color: #9DB28D;
}
</style>
background-color css
<style>
a { background-color: #9DB28D; }
a { background-color: rgb(157,178,141); }
div.DivClassName
{
background-color: #9DB28D;
}
.BgClassName
{
background-color: #9DB28D;
}
</style>
border-color css
<style>
span { border-color: #9DB28D; }
span { border-color: rgb(157,178,141); }
td.TdClassName
{
border-color: #9DB28D;
}
.TagClassName
{
border-color: #9DB28D;
}
</style>