#99AA85

Color #99AA85 Norway (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Norway #99AA85

Tints of Norway #99AA85

Color information

#99AA85 (or 0x99AA85) is unknown color: approx 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

RGB153170133-
CMYK0.100.220.33
HSL87.57º17.87%59.41%-
HSV(B)87.57º21.76%66.67%-
XYZ31.7537.2227.7-
YUV160.7112.37122.51-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 153 (60.16% from 255) = 33.55%
GREEN value IS 170 (66.80% from 255) = 37.28%
BLUE value IS 133 (52.34% from 255) = 29.17%
R=33.55%
G=37.28%
B=29.17%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1531701330.100.220.3387.5717.8759.41
Hex99AA85A0162158123b
Octal23125220512026411302273
Binary1001100110101010100001011010010110100001101100010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99AA85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>