#AABA90

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

Shades of Norway #AABA90

Tints of Norway #AABA90

Color information

#AABA90 (or 0xAABA90) is unknown color: approx Norway. HEX triplet: AA, BA and 90. RGB value is (170,186,144). Sum of RGB (Red+Green+Blue) = 170+186+144=500 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34% from 500); Green value is 186 (73.05% from 255 or 37.2% from 500); Blue value is 144 (56.64% from 255 or 28.8% from 500); Max value from RGB is 186 - color contains mainly: green. Hex color #AABA90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABA90 is #55456F. Grayscale: #B0B0B0. Windows color (decimal): -5588336 or 9484970. OLE color: 9484970.

HSL color Cylindrical-coordinate representation of color #AABA90: hue angle of 82.86º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AABA90 is Cyan = 0.09, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.27.

Color convert

RGB170186144-
CMYK0.0900.230.27
HSL82.86º23.33%64.71%-
HSV(B)82.86º22.58%72.94%-
XYZ39.1745.6833.14-
YUV176.43109.7123.42-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34%
GREEN value IS 186 (73.05% from 255) = 37.2%
BLUE value IS 144 (56.64% from 255) = 28.8%
R=34%
G=37.2%
B=28.8%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1701861440.0900.230.2782.8623.3364.71
HexAABA9090171B531741
Octal252272220110273312327101
Binary1010101010111010100100001001010111110111010011101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABA90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABA90; }

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

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

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

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

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

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

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

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