#99AA8A

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

Shades of Norway #99AA8A

Tints of Norway #99AA8A

Color information

#99AA8A (or 0x99AA8A) is unknown color: approx Norway. HEX triplet: 99, AA and 8A. RGB value is (153,170,138). Sum of RGB (Red+Green+Blue) = 153+170+138=461 (61% of max value = 765). Red value is 153 (60.16% from 255 or 33.19% from 461); Green value is 170 (66.80% from 255 or 36.88% from 461); Blue value is 138 (54.30% from 255 or 29.93% from 461); Max value from RGB is 170 - color contains mainly: green. Hex color #99AA8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99AA8A is #665575. Grayscale: #A1A1A1. Windows color (decimal): -6706550 or 9087641. OLE color: 9087641.

HSL color Cylindrical-coordinate representation of color #99AA8A: hue angle of 91.87º degrees, saturation: 0.16, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #99AA8A is Cyan = 0.1, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.

Color convert

RGB153170138-
CMYK0.100.190.33
HSL91.87º15.84%60.39%-
HSV(B)91.87º18.82%66.67%-
XYZ32.137.3629.56-
YUV161.27114.87122.1-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 33.19%
GREEN value IS 170 (66.80% from 255) = 36.88%
BLUE value IS 138 (54.30% from 255) = 29.93%
R=33.19%
G=36.88%
B=29.93%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1531701380.100.190.3391.8715.8460.39
Hex99AA8AA013215c103c
Octal23125221212023411342074
Binary1001100110101010100010101010010011100001101110010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99AA8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99AA8A; }

 p { color: rgb(153,170,138); }

 H1.HeaderClassName
 {
   color: #99AA8A;
 }
 .AnyTagClassName
 {
   color: #99AA8A;
 }
</style>
background-color css

<style>
 a { background-color: #99AA8A; }

 a { background-color: rgb(153,170,138); }

 div.DivClassName
 {
   background-color: #99AA8A;
 }
 .BgClassName
 {
   background-color: #99AA8A;
 }
</style>
border-color css

<style>
 span { border-color: #99AA8A; }

 span { border-color: rgb(153,170,138); }

 td.TdClassName
 {
   border-color: #99AA8A;
 }
 .TagClassName
 {
   border-color: #99AA8A;
 }
</style>