Shades of Norway #9DB388
Tints of Norway #9DB388
RGB
CMYK
RGB Variations
Color information
#9DB388 (or 0x9DB388) is known color: Norway. HEX triplet: 9D, B3 and 88. RGB value is (157,179,136). Sum of RGB (Red+Green+Blue) = 157+179+136=472 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.26% from 472); Green value is 179 (70.31% from 255 or 37.92% from 472); Blue value is 136 (53.52% from 255 or 28.81% from 472); Max value from RGB is 179 - color contains mainly: green. Hex color #9DB388 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DB388 is #624C77. Grayscale: #A7A7A7. Windows color (decimal): -6442104 or 8958877. OLE color: 8958877.
HSL color Cylindrical-coordinate representation of color #9DB388: hue angle of 90.7º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9DB388 is Cyan = 0.12, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 157 | 179 | 136 | - |
| CMYK | 0.12 | 0 | 0.24 | 0.30 |
| HSL | 90.7º | 0.22% | 0.62% | - |
| HSV(B) | 90.7º | 0.24% | 0.7% | - |
| XYZ | 34.47 | 41.19 | 29.43 | - |
| YUV | 167.52 | 110.21 | 120.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 179 | 136 | 0.12 | 0 | 0.24 | 0.30 | 90.7 | 0.22 | 0.62 |
| Hex | 9D | B3 | 88 | C | 0 | 18 | 1E | 5B | 16 | 3E |
| Octal | 235 | 263 | 210 | 14 | 0 | 30 | 36 | 133 | 26 | 76 |
| Binary | 10011101 | 10110011 | 10001000 | 1100 | 0 | 11000 | 11110 | 1011011 | 10110 | 111110 |
Color Harmonies of #9DB388
Complementary color
Monochromatic Colors of #9DB388
Black with #9DB388
Text Example
Text Example
White with #9DB388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB388; }
p { color: rgb(157,179,136); }
H1.HeaderClassName
{
color: #9DB388;
}
.AnyTagClassName
{
color: #9DB388;
}
</style>
background-color css
<style>
a { background-color: #9DB388; }
a { background-color: rgb(157,179,136); }
div.DivClassName
{
background-color: #9DB388;
}
.BgClassName
{
background-color: #9DB388;
}
</style>
border-color css
<style>
span { border-color: #9DB388; }
span { border-color: rgb(157,179,136); }
td.TdClassName
{
border-color: #9DB388;
}
.TagClassName
{
border-color: #9DB388;
}
</style>