Shades of Norway #9DBF8C
Tints of Norway #9DBF8C
RGB
CMYK
RGB Variations
Color information
#9DBF8C (or 0x9DBF8C) is known color: Norway. HEX triplet: 9D, BF and 8C. RGB value is (157,191,140). Sum of RGB (Red+Green+Blue) = 157+191+140=488 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.17% from 488); Green value is 191 (75% from 255 or 39.14% from 488); Blue value is 140 (55.08% from 255 or 28.69% from 488); Max value from RGB is 191 - color contains mainly: green. Hex color #9DBF8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DBF8C is #624073. Grayscale: #AFAFAF. Windows color (decimal): -6439028 or 9224093. OLE color: 9224093.
HSL color Cylindrical-coordinate representation of color #9DBF8C: hue angle of 100º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9DBF8C is Cyan = 0.18, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 157 | 191 | 140 | - |
| CMYK | 0.18 | 0 | 0.27 | 0.25 |
| HSL | 100º | 0.28% | 0.65% | - |
| HSV(B) | 100º | 0.27% | 0.75% | - |
| XYZ | 37.27 | 46.32 | 31.79 | - |
| YUV | 175.02 | 108.24 | 115.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 191 | 140 | 0.18 | 0 | 0.27 | 0.25 | 100 | 0.28 | 0.65 |
| Hex | 9D | BF | 8C | 12 | 0 | 1B | 19 | 64 | 1C | 41 |
| Octal | 235 | 277 | 214 | 22 | 0 | 33 | 31 | 144 | 34 | 101 |
| Binary | 10011101 | 10111111 | 10001100 | 10010 | 0 | 11011 | 11001 | 1100100 | 11100 | 1000001 |
Color Harmonies of #9DBF8C
Complementary color
Monochromatic Colors of #9DBF8C
Black with #9DBF8C
Text Example
Text Example
White with #9DBF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBF8C; }
p { color: rgb(157,191,140); }
H1.HeaderClassName
{
color: #9DBF8C;
}
.AnyTagClassName
{
color: #9DBF8C;
}
</style>
background-color css
<style>
a { background-color: #9DBF8C; }
a { background-color: rgb(157,191,140); }
div.DivClassName
{
background-color: #9DBF8C;
}
.BgClassName
{
background-color: #9DBF8C;
}
</style>
border-color css
<style>
span { border-color: #9DBF8C; }
span { border-color: rgb(157,191,140); }
td.TdClassName
{
border-color: #9DBF8C;
}
.TagClassName
{
border-color: #9DBF8C;
}
</style>