#AABD90

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

Shades of Norway #AABD90

Tints of Norway #AABD90

Color information

#AABD90 (or 0xAABD90) is unknown color: approx Norway. HEX triplet: AA, BD and 90. RGB value is (170,189,144). Sum of RGB (Red+Green+Blue) = 170+189+144=503 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.80% from 503); Green value is 189 (74.22% from 255 or 37.57% from 503); Blue value is 144 (56.64% from 255 or 28.63% from 503); Max value from RGB is 189 - color contains mainly: green. Hex color #AABD90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABD90 is #55426F. Grayscale: #B2B2B2. Windows color (decimal): -5587568 or 9485738. OLE color: 9485738.

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

Color convert

RGB170189144-
CMYK0.1000.240.26
HSL85.33º25.42%65.29%-
HSV(B)85.33º23.81%74.12%-
XYZ39.8146.9533.35-
YUV178.19108.71122.16-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.80%
GREEN value IS 189 (74.22% from 255) = 37.57%
BLUE value IS 144 (56.64% from 255) = 28.63%
R=33.80%
G=37.57%
B=28.63%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1701891440.1000.240.2685.3325.4265.29
HexAABD90A0181A551941
Octal252275220120303212531101
Binary1010101010111101100100001010011000110101010101110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABD90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABD90; }

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

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

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

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

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

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

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

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