#AABC95

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

Shades of Norway #AABC95

Tints of Norway #AABC95

Color information

#AABC95 (or 0xAABC95) is unknown color: approx Norway. HEX triplet: AA, BC and 95. RGB value is (170,188,149). Sum of RGB (Red+Green+Blue) = 170+188+149=507 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.53% from 507); Green value is 188 (73.83% from 255 or 37.08% from 507); Blue value is 149 (58.59% from 255 or 29.39% from 507); Max value from RGB is 188 - color contains mainly: green. Hex color #AABC95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABC95 is #55436A. Grayscale: #B2B2B2. Windows color (decimal): -5587819 or 9813162. OLE color: 9813162.

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

Color convert

RGB170188149-
CMYK0.1000.210.26
HSL87.69º22.54%66.08%-
HSV(B)87.69º20.74%73.73%-
XYZ39.9946.6835.34-
YUV178.17111.54122.17-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.53%
GREEN value IS 188 (73.83% from 255) = 37.08%
BLUE value IS 149 (58.59% from 255) = 29.39%
R=33.53%
G=37.08%
B=29.39%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1701881490.1000.210.2687.6922.5466.08
HexAABC95A0151A581742
Octal252274225120253213027102
Binary1010101010111100100101011010010101110101011000101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABC95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABC95; }

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

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

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

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

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

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

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

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