Html Css Color HEX #AABC90 Norway

📋 copy color: '#AABC90'

red 170 ◦ green 188 ◦ blue 144

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

Shades of Norway #AABC90

Tints of Norway #AABC90

RGB

 RED value IS 170 (66.8% from 255) = 33.86%

 GREEN value IS 188 (73.83% from 255) = 37.45%

 BLUE value IS 144 (56.64% from 255) = 28.69%

R = 33.86%
G = 37.45%
B = 28.69%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.23

 K value IS 0.26

RGB Variations

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

Color information

#AABC90 (or 0xAABC90) is known color: Norway. HEX triplet: AA, BC and 90. RGB value is (170,188,144). Sum of RGB (Red+Green+Blue) = 170+188+144=502 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.86% from 502); Green value is 188 (73.83% from 255 or 37.45% from 502); Blue value is 144 (56.64% from 255 or 28.69% from 502); Max value from RGB is 188 - color contains mainly: green. Hex color #AABC90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABC90 is #55436F. Grayscale: #B1B1B1. Windows color (decimal): -5587824 or 9485482. OLE color: 9485482.

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

Color convert

RGB 170 188 144 -
CMYK 0.10 0 0.23 0.26
HSL 84.55º 0.25% 0.65% -
HSV(B) 84.55º 0.23% 0.74% -
XYZ 39.59 46.53 33.28 -
YUV 177.6 109.04 122.58 -
System Red Green Blue C M Y K H S L
Decimal 170 188 144 0.10 0 0.23 0.26 84.55 0.25 0.65
Hex AA BC 90 A 0 17 1A 55 19 41
Octal 252 274 220 12 0 27 32 125 31 101
Binary 10101010 10111100 10010000 1010 0 10111 11010 1010101 11001 1000001

Color Harmonies of #AABC90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABC90

Black with #AABC90

Text Example


Text Example

White with #AABC90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABC90; }

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

 H1.HeaderClassName
 {
   color: #AABC90;
 }
 .AnyTagClassName
 {
   color: #AABC90;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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