Shades of Norway #9DBF87
Tints of Norway #9DBF87
RGB
CMYK
RGB Variations
Color information
#9DBF87 (or 0x9DBF87) is known color: Norway. HEX triplet: 9D, BF and 87. RGB value is (157,191,135). Sum of RGB (Red+Green+Blue) = 157+191+135=483 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.51% from 483); Green value is 191 (75% from 255 or 39.54% from 483); Blue value is 135 (53.12% from 255 or 27.95% from 483); Max value from RGB is 191 - color contains mainly: green. Hex color #9DBF87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DBF87 is #624078. Grayscale: #AEAEAE. Windows color (decimal): -6439033 or 8896413. OLE color: 8896413.
HSL color Cylindrical-coordinate representation of color #9DBF87: hue angle of 96.43º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9DBF87 is Cyan = 0.18, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 157 | 191 | 135 | - |
| CMYK | 0.18 | 0 | 0.29 | 0.25 |
| HSL | 96.43º | 0.3% | 0.64% | - |
| HSV(B) | 96.43º | 0.29% | 0.75% | - |
| XYZ | 36.91 | 46.18 | 29.89 | - |
| YUV | 174.45 | 105.74 | 115.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 191 | 135 | 0.18 | 0 | 0.29 | 0.25 | 96.43 | 0.3 | 0.64 |
| Hex | 9D | BF | 87 | 12 | 0 | 1D | 19 | 60 | 1E | 40 |
| Octal | 235 | 277 | 207 | 22 | 0 | 35 | 31 | 140 | 36 | 100 |
| Binary | 10011101 | 10111111 | 10000111 | 10010 | 0 | 11101 | 11001 | 1100000 | 11110 | 1000000 |
Color Harmonies of #9DBF87
Complementary color
Monochromatic Colors of #9DBF87
Black with #9DBF87
Text Example
Text Example
White with #9DBF87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBF87; }
p { color: rgb(157,191,135); }
H1.HeaderClassName
{
color: #9DBF87;
}
.AnyTagClassName
{
color: #9DBF87;
}
</style>
background-color css
<style>
a { background-color: #9DBF87; }
a { background-color: rgb(157,191,135); }
div.DivClassName
{
background-color: #9DBF87;
}
.BgClassName
{
background-color: #9DBF87;
}
</style>
border-color css
<style>
span { border-color: #9DBF87; }
span { border-color: rgb(157,191,135); }
td.TdClassName
{
border-color: #9DBF87;
}
.TagClassName
{
border-color: #9DBF87;
}
</style>