Shades of Norway #9FAD89
Tints of Norway #9FAD89
RGB
CMYK
RGB Variations
Color information
#9FAD89 (or 0x9FAD89) is known color: Norway. HEX triplet: 9F, AD and 89. RGB value is (159,173,137). Sum of RGB (Red+Green+Blue) = 159+173+137=469 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.90% from 469); Green value is 173 (67.97% from 255 or 36.89% from 469); Blue value is 137 (53.91% from 255 or 29.21% from 469); Max value from RGB is 173 - color contains mainly: green. Hex color #9FAD89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FAD89 is #605276. Grayscale: #A4A4A4. Windows color (decimal): -6312567 or 9022879. OLE color: 9022879.
HSL color Cylindrical-coordinate representation of color #9FAD89: hue angle of 83.33º degrees, saturation: 0.18, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9FAD89 is Cyan = 0.08, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 159 | 173 | 137 | - |
| CMYK | 0.08 | 0 | 0.21 | 0.32 |
| HSL | 83.33º | 0.18% | 0.61% | - |
| HSV(B) | 83.33º | 0.21% | 0.68% | - |
| XYZ | 33.76 | 39.06 | 29.43 | - |
| YUV | 164.71 | 112.36 | 123.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 173 | 137 | 0.08 | 0 | 0.21 | 0.32 | 83.33 | 0.18 | 0.61 |
| Hex | 9F | AD | 89 | 8 | 0 | 15 | 20 | 53 | 12 | 3D |
| Octal | 237 | 255 | 211 | 10 | 0 | 25 | 40 | 123 | 22 | 75 |
| Binary | 10011111 | 10101101 | 10001001 | 1000 | 0 | 10101 | 100000 | 1010011 | 10010 | 111101 |
Color Harmonies of #9FAD89
Complementary color
Monochromatic Colors of #9FAD89
Black with #9FAD89
Text Example
Text Example
White with #9FAD89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FAD89; }
p { color: rgb(159,173,137); }
H1.HeaderClassName
{
color: #9FAD89;
}
.AnyTagClassName
{
color: #9FAD89;
}
</style>
background-color css
<style>
a { background-color: #9FAD89; }
a { background-color: rgb(159,173,137); }
div.DivClassName
{
background-color: #9FAD89;
}
.BgClassName
{
background-color: #9FAD89;
}
</style>
border-color css
<style>
span { border-color: #9FAD89; }
span { border-color: rgb(159,173,137); }
td.TdClassName
{
border-color: #9FAD89;
}
.TagClassName
{
border-color: #9FAD89;
}
</style>