Shades of Norway #9DB092
Tints of Norway #9DB092
RGB
CMYK
RGB Variations
Color information
#9DB092 (or 0x9DB092) is known color: Norway. HEX triplet: 9D, B0 and 92. RGB value is (157,176,146). Sum of RGB (Red+Green+Blue) = 157+176+146=479 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.78% from 479); Green value is 176 (69.14% from 255 or 36.74% from 479); Blue value is 146 (57.42% from 255 or 30.48% from 479); Max value from RGB is 176 - color contains mainly: green. Hex color #9DB092 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DB092 is #624F6D. Grayscale: #A7A7A7. Windows color (decimal): -6442862 or 9613469. OLE color: 9613469.
HSL color Cylindrical-coordinate representation of color #9DB092: hue angle of 98º degrees, saturation: 0.16, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9DB092 is Cyan = 0.11, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 157 | 176 | 146 | - |
| CMYK | 0.11 | 0 | 0.17 | 0.31 |
| HSL | 98º | 0.16% | 0.63% | - |
| HSV(B) | 98º | 0.17% | 0.69% | - |
| XYZ | 34.62 | 40.29 | 33.15 | - |
| YUV | 166.9 | 116.21 | 120.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 176 | 146 | 0.11 | 0 | 0.17 | 0.31 | 98 | 0.16 | 0.63 |
| Hex | 9D | B0 | 92 | B | 0 | 11 | 1F | 62 | 10 | 3F |
| Octal | 235 | 260 | 222 | 13 | 0 | 21 | 37 | 142 | 20 | 77 |
| Binary | 10011101 | 10110000 | 10010010 | 1011 | 0 | 10001 | 11111 | 1100010 | 10000 | 111111 |
Color Harmonies of #9DB092
Complementary color
Monochromatic Colors of #9DB092
Black with #9DB092
Text Example
Text Example
White with #9DB092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB092; }
p { color: rgb(157,176,146); }
H1.HeaderClassName
{
color: #9DB092;
}
.AnyTagClassName
{
color: #9DB092;
}
</style>
background-color css
<style>
a { background-color: #9DB092; }
a { background-color: rgb(157,176,146); }
div.DivClassName
{
background-color: #9DB092;
}
.BgClassName
{
background-color: #9DB092;
}
</style>
border-color css
<style>
span { border-color: #9DB092; }
span { border-color: rgb(157,176,146); }
td.TdClassName
{
border-color: #9DB092;
}
.TagClassName
{
border-color: #9DB092;
}
</style>