Shades of Norway #9DB182
Tints of Norway #9DB182
RGB
CMYK
RGB Variations
Color information
#9DB182 (or 0x9DB182) is known color: Norway. HEX triplet: 9D, B1 and 82. RGB value is (157,177,130). Sum of RGB (Red+Green+Blue) = 157+177+130=464 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.84% from 464); Green value is 177 (69.53% from 255 or 38.15% from 464); Blue value is 130 (51.17% from 255 or 28.02% from 464); Max value from RGB is 177 - color contains mainly: green. Hex color #9DB182 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DB182 is #624E7D. Grayscale: #A5A5A5. Windows color (decimal): -6442622 or 8565149. OLE color: 8565149.
HSL color Cylindrical-coordinate representation of color #9DB182: hue angle of 85.53º degrees, saturation: 0.23, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9DB182 is Cyan = 0.11, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 157 | 177 | 130 | - |
| CMYK | 0.11 | 0 | 0.27 | 0.31 |
| HSL | 85.53º | 0.23% | 0.6% | - |
| HSV(B) | 85.53º | 0.27% | 0.69% | - |
| XYZ | 33.66 | 40.22 | 27.11 | - |
| YUV | 165.66 | 107.87 | 121.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 177 | 130 | 0.11 | 0 | 0.27 | 0.31 | 85.53 | 0.23 | 0.6 |
| Hex | 9D | B1 | 82 | B | 0 | 1B | 1F | 56 | 17 | 3C |
| Octal | 235 | 261 | 202 | 13 | 0 | 33 | 37 | 126 | 27 | 74 |
| Binary | 10011101 | 10110001 | 10000010 | 1011 | 0 | 11011 | 11111 | 1010110 | 10111 | 111100 |
Color Harmonies of #9DB182
Complementary color
Monochromatic Colors of #9DB182
Black with #9DB182
Text Example
Text Example
White with #9DB182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB182; }
p { color: rgb(157,177,130); }
H1.HeaderClassName
{
color: #9DB182;
}
.AnyTagClassName
{
color: #9DB182;
}
</style>
background-color css
<style>
a { background-color: #9DB182; }
a { background-color: rgb(157,177,130); }
div.DivClassName
{
background-color: #9DB182;
}
.BgClassName
{
background-color: #9DB182;
}
</style>
border-color css
<style>
span { border-color: #9DB182; }
span { border-color: rgb(157,177,130); }
td.TdClassName
{
border-color: #9DB182;
}
.TagClassName
{
border-color: #9DB182;
}
</style>