#AABC9A

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

Shades of Norway #AABC9A

Tints of Norway #AABC9A

Color information

#AABC9A (or 0xAABC9A) is unknown color: approx Norway. HEX triplet: AA, BC and 9A. RGB value is (170,188,154). Sum of RGB (Red+Green+Blue) = 170+188+154=512 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.20% from 512); Green value is 188 (73.83% from 255 or 36.72% from 512); Blue value is 154 (60.55% from 255 or 30.08% from 512); Max value from RGB is 188 - color contains mainly: green. Hex color #AABC9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABC9A is #554365. Grayscale: #B2B2B2. Windows color (decimal): -5587814 or 10140842. OLE color: 10140842.

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

Color convert

RGB170188154-
CMYK0.1000.180.26
HSL91.76º20.24%67.06%-
HSV(B)91.76º18.09%73.73%-
XYZ40.3946.8537.48-
YUV178.74114.04121.76-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.20%
GREEN value IS 188 (73.83% from 255) = 36.72%
BLUE value IS 154 (60.55% from 255) = 30.08%
R=33.20%
G=36.72%
B=30.08%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1701881540.1000.180.2691.7620.2467.06
HexAABC9AA0121A5c1443
Octal252274232120223213424103
Binary1010101010111100100110101010010010110101011100101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABC9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABC9A; }

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

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

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

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

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

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

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

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