Shades of Norway #9CAA88
Tints of Norway #9CAA88
RGB
CMYK
RGB Variations
Color information
#9CAA88 (or 0x9CAA88) is known color: Norway. HEX triplet: 9C, AA and 88. RGB value is (156,170,136). Sum of RGB (Red+Green+Blue) = 156+170+136=462 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.77% from 462); Green value is 170 (66.80% from 255 or 36.80% from 462); Blue value is 136 (53.52% from 255 or 29.44% from 462); Max value from RGB is 170 - color contains mainly: green. Hex color #9CAA88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CAA88 is #635577. Grayscale: #A2A2A2. Windows color (decimal): -6509944 or 8956572. OLE color: 8956572.
HSL color Cylindrical-coordinate representation of color #9CAA88: hue angle of 84.71º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9CAA88 is Cyan = 0.08, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 156 | 170 | 136 | - |
| CMYK | 0.08 | 0 | 0.20 | 0.33 |
| HSL | 84.71º | 0.17% | 0.6% | - |
| HSV(B) | 84.71º | 0.2% | 0.67% | - |
| XYZ | 32.53 | 37.59 | 28.83 | - |
| YUV | 161.94 | 113.36 | 123.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 170 | 136 | 0.08 | 0 | 0.20 | 0.33 | 84.71 | 0.17 | 0.6 |
| Hex | 9C | AA | 88 | 8 | 0 | 14 | 21 | 55 | 11 | 3C |
| Octal | 234 | 252 | 210 | 10 | 0 | 24 | 41 | 125 | 21 | 74 |
| Binary | 10011100 | 10101010 | 10001000 | 1000 | 0 | 10100 | 100001 | 1010101 | 10001 | 111100 |
Color Harmonies of #9CAA88
Complementary color
Monochromatic Colors of #9CAA88
Black with #9CAA88
Text Example
Text Example
White with #9CAA88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CAA88; }
p { color: rgb(156,170,136); }
H1.HeaderClassName
{
color: #9CAA88;
}
.AnyTagClassName
{
color: #9CAA88;
}
</style>
background-color css
<style>
a { background-color: #9CAA88; }
a { background-color: rgb(156,170,136); }
div.DivClassName
{
background-color: #9CAA88;
}
.BgClassName
{
background-color: #9CAA88;
}
</style>
border-color css
<style>
span { border-color: #9CAA88; }
span { border-color: rgb(156,170,136); }
td.TdClassName
{
border-color: #9CAA88;
}
.TagClassName
{
border-color: #9CAA88;
}
</style>