Shades of Norway #99AA84
Tints of Norway #99AA84
RGB
CMYK
RGB Variations
Color information
#99AA84 (or 0x99AA84) is known color: Norway. HEX triplet: 99, AA and 84. RGB value is (153,170,132). Sum of RGB (Red+Green+Blue) = 153+170+132=455 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.63% from 455); Green value is 170 (66.80% from 255 or 37.36% from 455); Blue value is 132 (51.95% from 255 or 29.01% from 455); Max value from RGB is 170 - color contains mainly: green. Hex color #99AA84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99AA84 is #66557B. Grayscale: #A0A0A0. Windows color (decimal): -6706556 or 8694425. OLE color: 8694425.
HSL color Cylindrical-coordinate representation of color #99AA84: hue angle of 86.84º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #99AA84 is Cyan = 0.1, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 170 | 132 | - |
| CMYK | 0.1 | 0 | 0.22 | 0.33 |
| HSL | 86.84º | 0.18% | 0.59% | - |
| HSV(B) | 86.84º | 0.22% | 0.67% | - |
| XYZ | 31.68 | 37.19 | 27.34 | - |
| YUV | 160.59 | 111.87 | 122.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 170 | 132 | 0.1 | 0 | 0.22 | 0.33 | 86.84 | 0.18 | 0.59 |
| Hex | 99 | AA | 84 | A | 0 | 16 | 21 | 57 | 12 | 3B |
| Octal | 231 | 252 | 204 | 12 | 0 | 26 | 41 | 127 | 22 | 73 |
| Binary | 10011001 | 10101010 | 10000100 | 1010 | 0 | 10110 | 100001 | 1010111 | 10010 | 111011 |
Color Harmonies of #99AA84
Complementary color
Monochromatic Colors of #99AA84
Black with #99AA84
Text Example
Text Example
White with #99AA84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AA84; }
p { color: rgb(153,170,132); }
H1.HeaderClassName
{
color: #99AA84;
}
.AnyTagClassName
{
color: #99AA84;
}
</style>
background-color css
<style>
a { background-color: #99AA84; }
a { background-color: rgb(153,170,132); }
div.DivClassName
{
background-color: #99AA84;
}
.BgClassName
{
background-color: #99AA84;
}
</style>
border-color css
<style>
span { border-color: #99AA84; }
span { border-color: rgb(153,170,132); }
td.TdClassName
{
border-color: #99AA84;
}
.TagClassName
{
border-color: #99AA84;
}
</style>