Shades of Norway #9CA993
Tints of Norway #9CA993
RGB
CMYK
RGB Variations
Color information
#9CA993 (or 0x9CA993) is known color: Norway. HEX triplet: 9C, A9 and 93. RGB value is (156,169,147). Sum of RGB (Red+Green+Blue) = 156+169+147=472 (62% of max value = 765). Red value is 156 (61.33% from 255 or 33.05% from 472); Green value is 169 (66.41% from 255 or 35.81% from 472); Blue value is 147 (57.81% from 255 or 31.14% from 472); Max value from RGB is 169 - color contains mainly: green. Hex color #9CA993 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CA993 is #63566C. Grayscale: #A2A2A2. Windows color (decimal): -6510189 or 9677212. OLE color: 9677212.
HSL color Cylindrical-coordinate representation of color #9CA993: hue angle of 95.45º degrees, saturation: 0.11, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9CA993 is Cyan = 0.08, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 156 | 169 | 147 | - |
| CMYK | 0.08 | 0 | 0.13 | 0.34 |
| HSL | 95.45º | 0.11% | 0.62% | - |
| HSV(B) | 95.45º | 0.13% | 0.66% | - |
| XYZ | 33.16 | 37.55 | 33.1 | - |
| YUV | 162.61 | 119.19 | 123.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 169 | 147 | 0.08 | 0 | 0.13 | 0.34 | 95.45 | 0.11 | 0.62 |
| Hex | 9C | A9 | 93 | 8 | 0 | D | 22 | 5F | B | 3E |
| Octal | 234 | 251 | 223 | 10 | 0 | 15 | 42 | 137 | 13 | 76 |
| Binary | 10011100 | 10101001 | 10010011 | 1000 | 0 | 1101 | 100010 | 1011111 | 1011 | 111110 |
Color Harmonies of #9CA993
Complementary color
Monochromatic Colors of #9CA993
Black with #9CA993
Text Example
Text Example
White with #9CA993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CA993; }
p { color: rgb(156,169,147); }
H1.HeaderClassName
{
color: #9CA993;
}
.AnyTagClassName
{
color: #9CA993;
}
</style>
background-color css
<style>
a { background-color: #9CA993; }
a { background-color: rgb(156,169,147); }
div.DivClassName
{
background-color: #9CA993;
}
.BgClassName
{
background-color: #9CA993;
}
</style>
border-color css
<style>
span { border-color: #9CA993; }
span { border-color: rgb(156,169,147); }
td.TdClassName
{
border-color: #9CA993;
}
.TagClassName
{
border-color: #9CA993;
}
</style>