Shades of Norway #9DB38C
Tints of Norway #9DB38C
RGB
CMYK
RGB Variations
Color information
#9DB38C (or 0x9DB38C) is known color: Norway. HEX triplet: 9D, B3 and 8C. RGB value is (157,179,140). Sum of RGB (Red+Green+Blue) = 157+179+140=476 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.98% from 476); Green value is 179 (70.31% from 255 or 37.61% from 476); Blue value is 140 (55.08% from 255 or 29.41% from 476); Max value from RGB is 179 - color contains mainly: green. Hex color #9DB38C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DB38C is #624C73. Grayscale: #A8A8A8. Windows color (decimal): -6442100 or 9221021. OLE color: 9221021.
HSL color Cylindrical-coordinate representation of color #9DB38C: hue angle of 93.85º degrees, saturation: 0.2, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9DB38C is Cyan = 0.12, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 157 | 179 | 140 | - |
| CMYK | 0.12 | 0 | 0.22 | 0.30 |
| HSL | 93.85º | 0.2% | 0.63% | - |
| HSV(B) | 93.85º | 0.22% | 0.7% | - |
| XYZ | 34.76 | 41.3 | 30.95 | - |
| YUV | 167.98 | 112.21 | 120.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 179 | 140 | 0.12 | 0 | 0.22 | 0.30 | 93.85 | 0.2 | 0.63 |
| Hex | 9D | B3 | 8C | C | 0 | 16 | 1E | 5E | 14 | 3F |
| Octal | 235 | 263 | 214 | 14 | 0 | 26 | 36 | 136 | 24 | 77 |
| Binary | 10011101 | 10110011 | 10001100 | 1100 | 0 | 10110 | 11110 | 1011110 | 10100 | 111111 |
Color Harmonies of #9DB38C
Complementary color
Monochromatic Colors of #9DB38C
Black with #9DB38C
Text Example
Text Example
White with #9DB38C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB38C; }
p { color: rgb(157,179,140); }
H1.HeaderClassName
{
color: #9DB38C;
}
.AnyTagClassName
{
color: #9DB38C;
}
</style>
background-color css
<style>
a { background-color: #9DB38C; }
a { background-color: rgb(157,179,140); }
div.DivClassName
{
background-color: #9DB38C;
}
.BgClassName
{
background-color: #9DB38C;
}
</style>
border-color css
<style>
span { border-color: #9DB38C; }
span { border-color: rgb(157,179,140); }
td.TdClassName
{
border-color: #9DB38C;
}
.TagClassName
{
border-color: #9DB38C;
}
</style>