Shades of Norway #9DB184
Tints of Norway #9DB184
RGB
CMYK
RGB Variations
Color information
#9DB184 (or 0x9DB184) is known color: Norway. HEX triplet: 9D, B1 and 84. RGB value is (157,177,132). Sum of RGB (Red+Green+Blue) = 157+177+132=466 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.69% from 466); Green value is 177 (69.53% from 255 or 37.98% from 466); Blue value is 132 (51.95% from 255 or 28.33% from 466); Max value from RGB is 177 - color contains mainly: green. Hex color #9DB184 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DB184 is #624E7B. Grayscale: #A6A6A6. Windows color (decimal): -6442620 or 8696221. OLE color: 8696221.
HSL color Cylindrical-coordinate representation of color #9DB184: hue angle of 86.67º degrees, saturation: 0.22, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9DB184 is Cyan = 0.11, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 157 | 177 | 132 | - |
| CMYK | 0.11 | 0 | 0.25 | 0.31 |
| HSL | 86.67º | 0.22% | 0.61% | - |
| HSV(B) | 86.67º | 0.25% | 0.69% | - |
| XYZ | 33.79 | 40.28 | 27.82 | - |
| YUV | 165.89 | 108.87 | 121.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 177 | 132 | 0.11 | 0 | 0.25 | 0.31 | 86.67 | 0.22 | 0.61 |
| Hex | 9D | B1 | 84 | B | 0 | 19 | 1F | 57 | 16 | 3D |
| Octal | 235 | 261 | 204 | 13 | 0 | 31 | 37 | 127 | 26 | 75 |
| Binary | 10011101 | 10110001 | 10000100 | 1011 | 0 | 11001 | 11111 | 1010111 | 10110 | 111101 |
Color Harmonies of #9DB184
Complementary color
Monochromatic Colors of #9DB184
Black with #9DB184
Text Example
Text Example
White with #9DB184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB184; }
p { color: rgb(157,177,132); }
H1.HeaderClassName
{
color: #9DB184;
}
.AnyTagClassName
{
color: #9DB184;
}
</style>
background-color css
<style>
a { background-color: #9DB184; }
a { background-color: rgb(157,177,132); }
div.DivClassName
{
background-color: #9DB184;
}
.BgClassName
{
background-color: #9DB184;
}
</style>
border-color css
<style>
span { border-color: #9DB184; }
span { border-color: rgb(157,177,132); }
td.TdClassName
{
border-color: #9DB184;
}
.TagClassName
{
border-color: #9DB184;
}
</style>