Shades of Norway #9DBF83
Tints of Norway #9DBF83
RGB
CMYK
RGB Variations
Color information
#9DBF83 (or 0x9DBF83) is known color: Norway. HEX triplet: 9D, BF and 83. RGB value is (157,191,131). Sum of RGB (Red+Green+Blue) = 157+191+131=479 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.78% from 479); Green value is 191 (75% from 255 or 39.87% from 479); Blue value is 131 (51.56% from 255 or 27.35% from 479); Max value from RGB is 191 - color contains mainly: green. Hex color #9DBF83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DBF83 is #62407C. Grayscale: #AEAEAE. Windows color (decimal): -6439037 or 8634269. OLE color: 8634269.
HSL color Cylindrical-coordinate representation of color #9DBF83: hue angle of 94º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9DBF83 is Cyan = 0.18, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 157 | 191 | 131 | - |
| CMYK | 0.18 | 0 | 0.31 | 0.25 |
| HSL | 94º | 0.32% | 0.63% | - |
| HSV(B) | 94º | 0.31% | 0.75% | - |
| XYZ | 36.63 | 46.07 | 28.43 | - |
| YUV | 173.99 | 103.74 | 115.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 191 | 131 | 0.18 | 0 | 0.31 | 0.25 | 94 | 0.32 | 0.63 |
| Hex | 9D | BF | 83 | 12 | 0 | 1F | 19 | 5E | 20 | 3F |
| Octal | 235 | 277 | 203 | 22 | 0 | 37 | 31 | 136 | 40 | 77 |
| Binary | 10011101 | 10111111 | 10000011 | 10010 | 0 | 11111 | 11001 | 1011110 | 100000 | 111111 |
Color Harmonies of #9DBF83
Complementary color
Monochromatic Colors of #9DBF83
Black with #9DBF83
Text Example
Text Example
White with #9DBF83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBF83; }
p { color: rgb(157,191,131); }
H1.HeaderClassName
{
color: #9DBF83;
}
.AnyTagClassName
{
color: #9DBF83;
}
</style>
background-color css
<style>
a { background-color: #9DBF83; }
a { background-color: rgb(157,191,131); }
div.DivClassName
{
background-color: #9DBF83;
}
.BgClassName
{
background-color: #9DBF83;
}
</style>
border-color css
<style>
span { border-color: #9DBF83; }
span { border-color: rgb(157,191,131); }
td.TdClassName
{
border-color: #9DBF83;
}
.TagClassName
{
border-color: #9DBF83;
}
</style>