#AAC589

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

Shades of Norway #AAC589

Tints of Norway #AAC589

Color information

#AAC589 (or 0xAAC589) is unknown color: approx Norway. HEX triplet: AA, C5 and 89. RGB value is (170,197,137). Sum of RGB (Red+Green+Blue) = 170+197+137=504 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.73% from 504); Green value is 197 (77.34% from 255 or 39.09% from 504); Blue value is 137 (53.91% from 255 or 27.18% from 504); Max value from RGB is 197 - color contains mainly: green. Hex color #AAC589 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC589 is #553A76. Grayscale: #B6B6B6. Windows color (decimal): -5585527 or 9029034. OLE color: 9029034.

HSL color Cylindrical-coordinate representation of color #AAC589: hue angle of 87º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AAC589 is Cyan = 0.14, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.23.

Color convert

RGB170197137-
CMYK0.1400.300.23
HSL87º34.09%65.49%-
HSV(B)87º30.46%77.25%-
XYZ41.0650.2831.21-
YUV182.09102.55119.38-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.73%
GREEN value IS 197 (77.34% from 255) = 39.09%
BLUE value IS 137 (53.91% from 255) = 27.18%
R=33.73%
G=39.09%
B=27.18%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1701971370.1400.300.238734.0965.49
HexAAC589E01E17572241
Octal252305211160362712742101
Binary10101010110001011000100111100111101011110101111000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC589; }

 p { color: rgb(170,197,137); }

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

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

 a { background-color: rgb(170,197,137); }

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

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

 span { border-color: rgb(170,197,137); }

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