Shades of Norway #9DBE88
Tints of Norway #9DBE88
RGB
CMYK
RGB Variations
Color information
#9DBE88 (or 0x9DBE88) is known color: Norway. HEX triplet: 9D, BE and 88. RGB value is (157,190,136). Sum of RGB (Red+Green+Blue) = 157+190+136=483 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.51% from 483); Green value is 190 (74.61% from 255 or 39.34% from 483); Blue value is 136 (53.52% from 255 or 28.16% from 483); Max value from RGB is 190 - color contains mainly: green. Hex color #9DBE88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DBE88 is #624177. Grayscale: #AEAEAE. Windows color (decimal): -6439288 or 8961693. OLE color: 8961693.
HSL color Cylindrical-coordinate representation of color #9DBE88: hue angle of 96.67º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9DBE88 is Cyan = 0.17, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 157 | 190 | 136 | - |
| CMYK | 0.17 | 0 | 0.28 | 0.25 |
| HSL | 96.67º | 0.29% | 0.64% | - |
| HSV(B) | 96.67º | 0.28% | 0.75% | - |
| XYZ | 36.76 | 45.77 | 30.19 | - |
| YUV | 173.98 | 106.57 | 115.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 190 | 136 | 0.17 | 0 | 0.28 | 0.25 | 96.67 | 0.29 | 0.64 |
| Hex | 9D | BE | 88 | 11 | 0 | 1C | 19 | 61 | 1D | 40 |
| Octal | 235 | 276 | 210 | 21 | 0 | 34 | 31 | 141 | 35 | 100 |
| Binary | 10011101 | 10111110 | 10001000 | 10001 | 0 | 11100 | 11001 | 1100001 | 11101 | 1000000 |
Color Harmonies of #9DBE88
Complementary color
Monochromatic Colors of #9DBE88
Black with #9DBE88
Text Example
Text Example
White with #9DBE88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBE88; }
p { color: rgb(157,190,136); }
H1.HeaderClassName
{
color: #9DBE88;
}
.AnyTagClassName
{
color: #9DBE88;
}
</style>
background-color css
<style>
a { background-color: #9DBE88; }
a { background-color: rgb(157,190,136); }
div.DivClassName
{
background-color: #9DBE88;
}
.BgClassName
{
background-color: #9DBE88;
}
</style>
border-color css
<style>
span { border-color: #9DBE88; }
span { border-color: rgb(157,190,136); }
td.TdClassName
{
border-color: #9DBE88;
}
.TagClassName
{
border-color: #9DBE88;
}
</style>