#99AA87

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

Shades of Norway #99AA87

Tints of Norway #99AA87

Color information

#99AA87 (or 0x99AA87) is unknown color: approx Norway. HEX triplet: 99, AA and 87. RGB value is (153,170,135). Sum of RGB (Red+Green+Blue) = 153+170+135=458 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.41% from 458); Green value is 170 (66.80% from 255 or 37.12% from 458); Blue value is 135 (53.12% from 255 or 29.48% from 458); Max value from RGB is 170 - color contains mainly: green. Hex color #99AA87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99AA87 is #665578. Grayscale: #A1A1A1. Windows color (decimal): -6706553 or 8891033. OLE color: 8891033.

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

Color convert

RGB153170135-
CMYK0.100.210.33
HSL89.14º17.07%59.8%-
HSV(B)89.14º20.59%66.67%-
XYZ31.8837.2728.44-
YUV160.93113.37122.35-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 33.41%
GREEN value IS 170 (66.80% from 255) = 37.12%
BLUE value IS 135 (53.12% from 255) = 29.48%
R=33.41%
G=37.12%
B=29.48%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1531701350.100.210.3389.1417.0759.8
Hex99AA87A0152159113c
Octal23125220712025411312174
Binary1001100110101010100001111010010101100001101100110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99AA87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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