#AEBB9C

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

Shades of Norway #AEBB9C

Tints of Norway #AEBB9C

Color information

#AEBB9C (or 0xAEBB9C) is unknown color: approx Norway. HEX triplet: AE, BB and 9C. RGB value is (174,187,156). Sum of RGB (Red+Green+Blue) = 174+187+156=517 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.66% from 517); Green value is 187 (73.44% from 255 or 36.17% from 517); Blue value is 156 (61.33% from 255 or 30.17% from 517); Max value from RGB is 187 - color contains mainly: green. Hex color #AEBB9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBB9C is #514463. Grayscale: #B3B3B3. Windows color (decimal): -5325924 or 10271662. OLE color: 10271662.

HSL color Cylindrical-coordinate representation of color #AEBB9C: hue angle of 85.16º degrees, saturation: 0.19, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AEBB9C is Cyan = 0.07, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.

Color convert

RGB174187156-
CMYK0.0700.170.27
HSL85.16º18.56%67.25%-
HSV(B)85.16º16.58%73.33%-
XYZ41.2346.9438.34-
YUV179.58114.69124.02-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.66%
GREEN value IS 187 (73.44% from 255) = 36.17%
BLUE value IS 156 (61.33% from 255) = 30.17%
R=33.66%
G=36.17%
B=30.17%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1741871560.0700.170.2785.1618.5667.25
HexAEBB9C70111B551343
Octal25627323470213312523103
Binary101011101011101110011100111010001110111010101100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBB9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBB9C; }

 p { color: rgb(174,187,156); }

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

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

 a { background-color: rgb(174,187,156); }

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

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

 span { border-color: rgb(174,187,156); }

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