#AABD99

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

Shades of Norway #AABD99

Tints of Norway #AABD99

Color information

#AABD99 (or 0xAABD99) is unknown color: approx Norway. HEX triplet: AA, BD and 99. RGB value is (170,189,153). Sum of RGB (Red+Green+Blue) = 170+189+153=512 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.20% from 512); Green value is 189 (74.22% from 255 or 36.91% from 512); Blue value is 153 (60.16% from 255 or 29.88% from 512); Max value from RGB is 189 - color contains mainly: green. Hex color #AABD99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABD99 is #554266. Grayscale: #B3B3B3. Windows color (decimal): -5587559 or 10075562. OLE color: 10075562.

HSL color Cylindrical-coordinate representation of color #AABD99: hue angle of 91.67º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AABD99 is Cyan = 0.10, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.26.

Color convert

RGB170189153-
CMYK0.1000.190.26
HSL91.67º21.43%67.06%-
HSV(B)91.67º19.05%74.12%-
XYZ40.5247.2437.12-
YUV179.22113.21121.43-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.20%
GREEN value IS 189 (74.22% from 255) = 36.91%
BLUE value IS 153 (60.16% from 255) = 29.88%
R=33.20%
G=36.91%
B=29.88%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1701891530.1000.190.2691.6721.4367.06
HexAABD99A0131A5c1543
Octal252275231120233213425103
Binary1010101010111101100110011010010011110101011100101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABD99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABD99; }

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

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

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

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

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

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

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

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