Shades of Norway #9DBE85
Tints of Norway #9DBE85
RGB
CMYK
RGB Variations
Color information
#9DBE85 (or 0x9DBE85) is known color: Norway. HEX triplet: 9D, BE and 85. RGB value is (157,190,133). Sum of RGB (Red+Green+Blue) = 157+190+133=480 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.71% from 480); Green value is 190 (74.61% from 255 or 39.58% from 480); Blue value is 133 (52.34% from 255 or 27.71% from 480); Max value from RGB is 190 - color contains mainly: green. Hex color #9DBE85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DBE85 is #62417A. Grayscale: #ADADAD. Windows color (decimal): -6439291 or 8765085. OLE color: 8765085.
HSL color Cylindrical-coordinate representation of color #9DBE85: hue angle of 94.74º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9DBE85 is Cyan = 0.17, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 157 | 190 | 133 | - |
| CMYK | 0.17 | 0 | 0.3 | 0.25 |
| HSL | 94.74º | 0.3% | 0.63% | - |
| HSV(B) | 94.74º | 0.3% | 0.75% | - |
| XYZ | 36.55 | 45.69 | 29.08 | - |
| YUV | 173.64 | 105.07 | 116.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 190 | 133 | 0.17 | 0 | 0.3 | 0.25 | 94.74 | 0.3 | 0.63 |
| Hex | 9D | BE | 85 | 11 | 0 | 1E | 19 | 5F | 1E | 3F |
| Octal | 235 | 276 | 205 | 21 | 0 | 36 | 31 | 137 | 36 | 77 |
| Binary | 10011101 | 10111110 | 10000101 | 10001 | 0 | 11110 | 11001 | 1011111 | 11110 | 111111 |
Color Harmonies of #9DBE85
Complementary color
Monochromatic Colors of #9DBE85
Black with #9DBE85
Text Example
Text Example
White with #9DBE85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBE85; }
p { color: rgb(157,190,133); }
H1.HeaderClassName
{
color: #9DBE85;
}
.AnyTagClassName
{
color: #9DBE85;
}
</style>
background-color css
<style>
a { background-color: #9DBE85; }
a { background-color: rgb(157,190,133); }
div.DivClassName
{
background-color: #9DBE85;
}
.BgClassName
{
background-color: #9DBE85;
}
</style>
border-color css
<style>
span { border-color: #9DBE85; }
span { border-color: rgb(157,190,133); }
td.TdClassName
{
border-color: #9DBE85;
}
.TagClassName
{
border-color: #9DBE85;
}
</style>