Shades of Norway #9CA990
Tints of Norway #9CA990
RGB
CMYK
RGB Variations
Color information
#9CA990 (or 0x9CA990) is known color: Norway. HEX triplet: 9C, A9 and 90. RGB value is (156,169,144). Sum of RGB (Red+Green+Blue) = 156+169+144=469 (62% of max value = 765). Red value is 156 (61.33% from 255 or 33.26% from 469); Green value is 169 (66.41% from 255 or 36.03% from 469); Blue value is 144 (56.64% from 255 or 30.70% from 469); Max value from RGB is 169 - color contains mainly: green. Hex color #9CA990 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CA990 is #63566F. Grayscale: #A2A2A2. Windows color (decimal): -6510192 or 9480604. OLE color: 9480604.
HSL color Cylindrical-coordinate representation of color #9CA990: hue angle of 91.2º degrees, saturation: 0.13, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9CA990 is Cyan = 0.08, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 156 | 169 | 144 | - |
| CMYK | 0.08 | 0 | 0.15 | 0.34 |
| HSL | 91.2º | 0.13% | 0.61% | - |
| HSV(B) | 91.2º | 0.15% | 0.66% | - |
| XYZ | 32.93 | 37.46 | 31.88 | - |
| YUV | 162.26 | 117.69 | 123.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 169 | 144 | 0.08 | 0 | 0.15 | 0.34 | 91.2 | 0.13 | 0.61 |
| Hex | 9C | A9 | 90 | 8 | 0 | F | 22 | 5B | D | 3D |
| Octal | 234 | 251 | 220 | 10 | 0 | 17 | 42 | 133 | 15 | 75 |
| Binary | 10011100 | 10101001 | 10010000 | 1000 | 0 | 1111 | 100010 | 1011011 | 1101 | 111101 |
Color Harmonies of #9CA990
Complementary color
Monochromatic Colors of #9CA990
Black with #9CA990
Text Example
Text Example
White with #9CA990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CA990; }
p { color: rgb(156,169,144); }
H1.HeaderClassName
{
color: #9CA990;
}
.AnyTagClassName
{
color: #9CA990;
}
</style>
background-color css
<style>
a { background-color: #9CA990; }
a { background-color: rgb(156,169,144); }
div.DivClassName
{
background-color: #9CA990;
}
.BgClassName
{
background-color: #9CA990;
}
</style>
border-color css
<style>
span { border-color: #9CA990; }
span { border-color: rgb(156,169,144); }
td.TdClassName
{
border-color: #9CA990;
}
.TagClassName
{
border-color: #9CA990;
}
</style>