Shades of Norway #9CAA91
Tints of Norway #9CAA91
RGB
CMYK
RGB Variations
Color information
#9CAA91 (or 0x9CAA91) is known color: Norway. HEX triplet: 9C, AA and 91. RGB value is (156,170,145). Sum of RGB (Red+Green+Blue) = 156+170+145=471 (62% of max value = 765). Red value is 156 (61.33% from 255 or 33.12% from 471); Green value is 170 (66.80% from 255 or 36.09% from 471); Blue value is 145 (57.03% from 255 or 30.79% from 471); Max value from RGB is 170 - color contains mainly: green. Hex color #9CAA91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CAA91 is #63556E. Grayscale: #A3A3A3. Windows color (decimal): -6509935 or 9546396. OLE color: 9546396.
HSL color Cylindrical-coordinate representation of color #9CAA91: hue angle of 93.6º degrees, saturation: 0.13, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9CAA91 is Cyan = 0.08, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 156 | 170 | 145 | - |
| CMYK | 0.08 | 0 | 0.15 | 0.33 |
| HSL | 93.6º | 0.13% | 0.62% | - |
| HSV(B) | 93.6º | 0.15% | 0.67% | - |
| XYZ | 33.2 | 37.86 | 32.35 | - |
| YUV | 162.96 | 117.86 | 123.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 170 | 145 | 0.08 | 0 | 0.15 | 0.33 | 93.6 | 0.13 | 0.62 |
| Hex | 9C | AA | 91 | 8 | 0 | F | 21 | 5E | D | 3E |
| Octal | 234 | 252 | 221 | 10 | 0 | 17 | 41 | 136 | 15 | 76 |
| Binary | 10011100 | 10101010 | 10010001 | 1000 | 0 | 1111 | 100001 | 1011110 | 1101 | 111110 |
Color Harmonies of #9CAA91
Complementary color
Monochromatic Colors of #9CAA91
Black with #9CAA91
Text Example
Text Example
White with #9CAA91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CAA91; }
p { color: rgb(156,170,145); }
H1.HeaderClassName
{
color: #9CAA91;
}
.AnyTagClassName
{
color: #9CAA91;
}
</style>
background-color css
<style>
a { background-color: #9CAA91; }
a { background-color: rgb(156,170,145); }
div.DivClassName
{
background-color: #9CAA91;
}
.BgClassName
{
background-color: #9CAA91;
}
</style>
border-color css
<style>
span { border-color: #9CAA91; }
span { border-color: rgb(156,170,145); }
td.TdClassName
{
border-color: #9CAA91;
}
.TagClassName
{
border-color: #9CAA91;
}
</style>