Shades of Norway #9DBC8B
Tints of Norway #9DBC8B
RGB
CMYK
RGB Variations
Color information
#9DBC8B (or 0x9DBC8B) is known color: Norway. HEX triplet: 9D, BC and 8B. RGB value is (157,188,139). Sum of RGB (Red+Green+Blue) = 157+188+139=484 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.44% from 484); Green value is 188 (73.83% from 255 or 38.84% from 484); Blue value is 139 (54.69% from 255 or 28.72% from 484); Max value from RGB is 188 - color contains mainly: green. Hex color #9DBC8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DBC8B is #624374. Grayscale: #ADADAD. Windows color (decimal): -6439797 or 9157789. OLE color: 9157789.
HSL color Cylindrical-coordinate representation of color #9DBC8B: hue angle of 97.96º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9DBC8B is Cyan = 0.16, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 157 | 188 | 139 | - |
| CMYK | 0.16 | 0 | 0.26 | 0.26 |
| HSL | 97.96º | 0.27% | 0.64% | - |
| HSV(B) | 97.96º | 0.26% | 0.74% | - |
| XYZ | 36.55 | 45 | 31.19 | - |
| YUV | 173.15 | 108.73 | 116.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 188 | 139 | 0.16 | 0 | 0.26 | 0.26 | 97.96 | 0.27 | 0.64 |
| Hex | 9D | BC | 8B | 10 | 0 | 1A | 1A | 62 | 1B | 40 |
| Octal | 235 | 274 | 213 | 20 | 0 | 32 | 32 | 142 | 33 | 100 |
| Binary | 10011101 | 10111100 | 10001011 | 10000 | 0 | 11010 | 11010 | 1100010 | 11011 | 1000000 |
Color Harmonies of #9DBC8B
Complementary color
Monochromatic Colors of #9DBC8B
Black with #9DBC8B
Text Example
Text Example
White with #9DBC8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBC8B; }
p { color: rgb(157,188,139); }
H1.HeaderClassName
{
color: #9DBC8B;
}
.AnyTagClassName
{
color: #9DBC8B;
}
</style>
background-color css
<style>
a { background-color: #9DBC8B; }
a { background-color: rgb(157,188,139); }
div.DivClassName
{
background-color: #9DBC8B;
}
.BgClassName
{
background-color: #9DBC8B;
}
</style>
border-color css
<style>
span { border-color: #9DBC8B; }
span { border-color: rgb(157,188,139); }
td.TdClassName
{
border-color: #9DBC8B;
}
.TagClassName
{
border-color: #9DBC8B;
}
</style>