#99AA8B

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

Shades of Norway #99AA8B

Tints of Norway #99AA8B

Color information

#99AA8B (or 0x99AA8B) is unknown color: approx Norway. HEX triplet: 99, AA and 8B. RGB value is (153,170,139). Sum of RGB (Red+Green+Blue) = 153+170+139=462 (61% of max value = 765). Red value is 153 (60.16% from 255 or 33.12% from 462); Green value is 170 (66.80% from 255 or 36.80% from 462); Blue value is 139 (54.69% from 255 or 30.09% from 462); Max value from RGB is 170 - color contains mainly: green. Hex color #99AA8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99AA8B is #665574. Grayscale: #A1A1A1. Windows color (decimal): -6706549 or 9153177. OLE color: 9153177.

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

Color convert

RGB153170139-
CMYK0.100.180.33
HSL92.9º15.42%60.59%-
HSV(B)92.9º18.24%66.67%-
XYZ32.1737.3929.95-
YUV161.38115.37122.02-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 33.12%
GREEN value IS 170 (66.80% from 255) = 36.80%
BLUE value IS 139 (54.69% from 255) = 30.09%
R=33.12%
G=36.80%
B=30.09%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1531701390.100.180.3392.915.4260.59
Hex99AA8BA012215df3d
Octal23125221312022411351775
Binary100110011010101010001011101001001010000110111011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99AA8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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