#AABD93

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

Shades of Norway #AABD93

Tints of Norway #AABD93

Color information

#AABD93 (or 0xAABD93) is unknown color: approx Norway. HEX triplet: AA, BD and 93. RGB value is (170,189,147). Sum of RGB (Red+Green+Blue) = 170+189+147=506 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.60% from 506); Green value is 189 (74.22% from 255 or 37.35% from 506); Blue value is 147 (57.81% from 255 or 29.05% from 506); Max value from RGB is 189 - color contains mainly: green. Hex color #AABD93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABD93 is #55426C. Grayscale: #B2B2B2. Windows color (decimal): -5587565 or 9682346. OLE color: 9682346.

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

Color convert

RGB170189147-
CMYK0.1000.220.26
HSL87.14º24.14%65.88%-
HSV(B)87.14º22.22%74.12%-
XYZ40.0447.0534.57-
YUV178.53110.21121.92-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.60%
GREEN value IS 189 (74.22% from 255) = 37.35%
BLUE value IS 147 (57.81% from 255) = 29.05%
R=33.60%
G=37.35%
B=29.05%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1701891470.1000.220.2687.1424.1465.88
HexAABD93A0161A571842
Octal252275223120263212730102
Binary1010101010111101100100111010010110110101010111110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABD93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABD93; }

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

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

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

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

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

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

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

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