Html Css Color HEX #AABA90 Norway

📋 copy color: '#AABA90'

red 170 ◦ green 186 ◦ blue 144

#AABA90
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Norway #AABA90

Tints of Norway #AABA90

RGB

 RED value IS 170 (66.8% 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 value IS 0.09

 M value IS 0

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#AABA90 (or 0xAABA90) is known color: 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

RGB 170 186 144 -
CMYK 0.09 0 0.23 0.27
HSL 82.86º 0.23% 0.65% -
HSV(B) 82.86º 0.23% 0.73% -
XYZ 39.17 45.68 33.14 -
YUV 176.43 109.7 123.42 -
System Red Green Blue C M Y K H S L
Decimal 170 186 144 0.09 0 0.23 0.27 82.86 0.23 0.65
Hex AA BA 90 9 0 17 1B 53 17 41
Octal 252 272 220 11 0 27 33 123 27 101
Binary 10101010 10111010 10010000 1001 0 10111 11011 1010011 10111 1000001

Color Harmonies of #AABA90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABA90

Black with #AABA90

Text Example


Text Example

White with #AABA90

Text Example


Text Example

HTML Codes & Css Web 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>