Shades of Norway #9DB084
Tints of Norway #9DB084
RGB
CMYK
RGB Variations
Color information
#9DB084 (or 0x9DB084) is known color: Norway. HEX triplet: 9D, B0 and 84. RGB value is (157,176,132). Sum of RGB (Red+Green+Blue) = 157+176+132=465 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.76% from 465); Green value is 176 (69.14% from 255 or 37.85% from 465); Blue value is 132 (51.95% from 255 or 28.39% from 465); Max value from RGB is 176 - color contains mainly: green. Hex color #9DB084 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DB084 is #624F7B. Grayscale: #A5A5A5. Windows color (decimal): -6442876 or 8695965. OLE color: 8695965.
HSL color Cylindrical-coordinate representation of color #9DB084: hue angle of 85.91º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9DB084 is Cyan = 0.11, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 157 | 176 | 132 | - |
| CMYK | 0.11 | 0 | 0.25 | 0.31 |
| HSL | 85.91º | 0.22% | 0.6% | - |
| HSV(B) | 85.91º | 0.25% | 0.69% | - |
| XYZ | 33.59 | 39.88 | 27.76 | - |
| YUV | 165.3 | 109.21 | 122.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 176 | 132 | 0.11 | 0 | 0.25 | 0.31 | 85.91 | 0.22 | 0.6 |
| Hex | 9D | B0 | 84 | B | 0 | 19 | 1F | 56 | 16 | 3C |
| Octal | 235 | 260 | 204 | 13 | 0 | 31 | 37 | 126 | 26 | 74 |
| Binary | 10011101 | 10110000 | 10000100 | 1011 | 0 | 11001 | 11111 | 1010110 | 10110 | 111100 |
Color Harmonies of #9DB084
Complementary color
Monochromatic Colors of #9DB084
Black with #9DB084
Text Example
Text Example
White with #9DB084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB084; }
p { color: rgb(157,176,132); }
H1.HeaderClassName
{
color: #9DB084;
}
.AnyTagClassName
{
color: #9DB084;
}
</style>
background-color css
<style>
a { background-color: #9DB084; }
a { background-color: rgb(157,176,132); }
div.DivClassName
{
background-color: #9DB084;
}
.BgClassName
{
background-color: #9DB084;
}
</style>
border-color css
<style>
span { border-color: #9DB084; }
span { border-color: rgb(157,176,132); }
td.TdClassName
{
border-color: #9DB084;
}
.TagClassName
{
border-color: #9DB084;
}
</style>