Shades of Norway #9DBF88
Tints of Norway #9DBF88
RGB
CMYK
RGB Variations
Color information
#9DBF88 (or 0x9DBF88) is known color: Norway. HEX triplet: 9D, BF and 88. RGB value is (157,191,136). Sum of RGB (Red+Green+Blue) = 157+191+136=484 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.44% from 484); Green value is 191 (75% from 255 or 39.46% from 484); Blue value is 136 (53.52% from 255 or 28.10% from 484); Max value from RGB is 191 - color contains mainly: green. Hex color #9DBF88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DBF88 is #624077. Grayscale: #AEAEAE. Windows color (decimal): -6439032 or 8961949. OLE color: 8961949.
HSL color Cylindrical-coordinate representation of color #9DBF88: hue angle of 97.09º 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 #9DBF88 is Cyan = 0.18, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 157 | 191 | 136 | - |
| CMYK | 0.18 | 0 | 0.29 | 0.25 |
| HSL | 97.09º | 0.3% | 0.64% | - |
| HSV(B) | 97.09º | 0.29% | 0.75% | - |
| XYZ | 36.98 | 46.21 | 30.26 | - |
| YUV | 174.56 | 106.24 | 115.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 191 | 136 | 0.18 | 0 | 0.29 | 0.25 | 97.09 | 0.3 | 0.64 |
| Hex | 9D | BF | 88 | 12 | 0 | 1D | 19 | 61 | 1E | 40 |
| Octal | 235 | 277 | 210 | 22 | 0 | 35 | 31 | 141 | 36 | 100 |
| Binary | 10011101 | 10111111 | 10001000 | 10010 | 0 | 11101 | 11001 | 1100001 | 11110 | 1000000 |
Color Harmonies of #9DBF88
Complementary color
Monochromatic Colors of #9DBF88
Black with #9DBF88
Text Example
Text Example
White with #9DBF88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBF88; }
p { color: rgb(157,191,136); }
H1.HeaderClassName
{
color: #9DBF88;
}
.AnyTagClassName
{
color: #9DBF88;
}
</style>
background-color css
<style>
a { background-color: #9DBF88; }
a { background-color: rgb(157,191,136); }
div.DivClassName
{
background-color: #9DBF88;
}
.BgClassName
{
background-color: #9DBF88;
}
</style>
border-color css
<style>
span { border-color: #9DBF88; }
span { border-color: rgb(157,191,136); }
td.TdClassName
{
border-color: #9DBF88;
}
.TagClassName
{
border-color: #9DBF88;
}
</style>