Shades of Norway #96AA89
Tints of Norway #96AA89
RGB
CMYK
RGB Variations
Color information
#96AA89 (or 0x96AA89) is known color: Norway. HEX triplet: 96, AA and 89. RGB value is (150,170,137). Sum of RGB (Red+Green+Blue) = 150+170+137=457 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.82% from 457); Green value is 170 (66.80% from 255 or 37.20% from 457); Blue value is 137 (53.91% from 255 or 29.98% from 457); Max value from RGB is 170 - color contains mainly: green. Hex color #96AA89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96AA89 is #695576. Grayscale: #A0A0A0. Windows color (decimal): -6903159 or 9022102. OLE color: 9022102.
HSL color Cylindrical-coordinate representation of color #96AA89: hue angle of 96.36º degrees, saturation: 0.16, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #96AA89 is Cyan = 0.12, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 150 | 170 | 137 | - |
| CMYK | 0.12 | 0 | 0.19 | 0.33 |
| HSL | 96.36º | 0.16% | 0.6% | - |
| HSV(B) | 96.36º | 0.19% | 0.67% | - |
| XYZ | 31.47 | 37.04 | 29.16 | - |
| YUV | 160.26 | 114.87 | 120.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 170 | 137 | 0.12 | 0 | 0.19 | 0.33 | 96.36 | 0.16 | 0.6 |
| Hex | 96 | AA | 89 | C | 0 | 13 | 21 | 60 | 10 | 3C |
| Octal | 226 | 252 | 211 | 14 | 0 | 23 | 41 | 140 | 20 | 74 |
| Binary | 10010110 | 10101010 | 10001001 | 1100 | 0 | 10011 | 100001 | 1100000 | 10000 | 111100 |
Color Harmonies of #96AA89
Complementary color
Monochromatic Colors of #96AA89
Black with #96AA89
Text Example
Text Example
White with #96AA89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96AA89; }
p { color: rgb(150,170,137); }
H1.HeaderClassName
{
color: #96AA89;
}
.AnyTagClassName
{
color: #96AA89;
}
</style>
background-color css
<style>
a { background-color: #96AA89; }
a { background-color: rgb(150,170,137); }
div.DivClassName
{
background-color: #96AA89;
}
.BgClassName
{
background-color: #96AA89;
}
</style>
border-color css
<style>
span { border-color: #96AA89; }
span { border-color: rgb(150,170,137); }
td.TdClassName
{
border-color: #96AA89;
}
.TagClassName
{
border-color: #96AA89;
}
</style>