Shades of Norway #99AA85
Tints of Norway #99AA85
RGB
CMYK
RGB Variations
Color information
#99AA85 (or 0x99AA85) is known color: Norway. HEX triplet: 99, AA and 85. RGB value is (153,170,133). Sum of RGB (Red+Green+Blue) = 153+170+133=456 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.55% from 456); Green value is 170 (66.80% from 255 or 37.28% from 456); Blue value is 133 (52.34% from 255 or 29.17% from 456); Max value from RGB is 170 - color contains mainly: green. Hex color #99AA85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99AA85 is #66557A. Grayscale: #A0A0A0. Windows color (decimal): -6706555 or 8759961. OLE color: 8759961.
HSL color Cylindrical-coordinate representation of color #99AA85: hue angle of 87.57º 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 #99AA85 is Cyan = 0.1, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 170 | 133 | - |
| CMYK | 0.1 | 0 | 0.22 | 0.33 |
| HSL | 87.57º | 0.18% | 0.59% | - |
| HSV(B) | 87.57º | 0.22% | 0.67% | - |
| XYZ | 31.75 | 37.22 | 27.7 | - |
| YUV | 160.7 | 112.37 | 122.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 170 | 133 | 0.1 | 0 | 0.22 | 0.33 | 87.57 | 0.18 | 0.59 |
| Hex | 99 | AA | 85 | A | 0 | 16 | 21 | 58 | 12 | 3B |
| Octal | 231 | 252 | 205 | 12 | 0 | 26 | 41 | 130 | 22 | 73 |
| Binary | 10011001 | 10101010 | 10000101 | 1010 | 0 | 10110 | 100001 | 1011000 | 10010 | 111011 |
Color Harmonies of #99AA85
Complementary color
Monochromatic Colors of #99AA85
Black with #99AA85
Text Example
Text Example
White with #99AA85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AA85; }
p { color: rgb(153,170,133); }
H1.HeaderClassName
{
color: #99AA85;
}
.AnyTagClassName
{
color: #99AA85;
}
</style>
background-color css
<style>
a { background-color: #99AA85; }
a { background-color: rgb(153,170,133); }
div.DivClassName
{
background-color: #99AA85;
}
.BgClassName
{
background-color: #99AA85;
}
</style>
border-color css
<style>
span { border-color: #99AA85; }
span { border-color: rgb(153,170,133); }
td.TdClassName
{
border-color: #99AA85;
}
.TagClassName
{
border-color: #99AA85;
}
</style>