Shades of Norway #9CAA93
Tints of Norway #9CAA93
RGB
CMYK
RGB Variations
Color information
#9CAA93 (or 0x9CAA93) is known color: Norway. HEX triplet: 9C, AA and 93. RGB value is (156,170,147). Sum of RGB (Red+Green+Blue) = 156+170+147=473 (62% of max value = 765). Red value is 156 (61.33% from 255 or 32.98% from 473); Green value is 170 (66.80% from 255 or 35.94% from 473); Blue value is 147 (57.81% from 255 or 31.08% from 473); Max value from RGB is 170 - color contains mainly: green. Hex color #9CAA93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CAA93 is #63556C. Grayscale: #A3A3A3. Windows color (decimal): -6509933 or 9677468. OLE color: 9677468.
HSL color Cylindrical-coordinate representation of color #9CAA93: hue angle of 96.52º degrees, saturation: 0.12, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9CAA93 is Cyan = 0.08, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 156 | 170 | 147 | - |
| CMYK | 0.08 | 0 | 0.14 | 0.33 |
| HSL | 96.52º | 0.12% | 0.62% | - |
| HSV(B) | 96.52º | 0.14% | 0.67% | - |
| XYZ | 33.35 | 37.92 | 33.17 | - |
| YUV | 163.19 | 118.86 | 122.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 170 | 147 | 0.08 | 0 | 0.14 | 0.33 | 96.52 | 0.12 | 0.62 |
| Hex | 9C | AA | 93 | 8 | 0 | E | 21 | 61 | C | 3E |
| Octal | 234 | 252 | 223 | 10 | 0 | 16 | 41 | 141 | 14 | 76 |
| Binary | 10011100 | 10101010 | 10010011 | 1000 | 0 | 1110 | 100001 | 1100001 | 1100 | 111110 |
Color Harmonies of #9CAA93
Complementary color
Monochromatic Colors of #9CAA93
Black with #9CAA93
Text Example
Text Example
White with #9CAA93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CAA93; }
p { color: rgb(156,170,147); }
H1.HeaderClassName
{
color: #9CAA93;
}
.AnyTagClassName
{
color: #9CAA93;
}
</style>
background-color css
<style>
a { background-color: #9CAA93; }
a { background-color: rgb(156,170,147); }
div.DivClassName
{
background-color: #9CAA93;
}
.BgClassName
{
background-color: #9CAA93;
}
</style>
border-color css
<style>
span { border-color: #9CAA93; }
span { border-color: rgb(156,170,147); }
td.TdClassName
{
border-color: #9CAA93;
}
.TagClassName
{
border-color: #9CAA93;
}
</style>