#AEBC9B

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

Shades of Norway #AEBC9B

Tints of Norway #AEBC9B

Color information

#AEBC9B (or 0xAEBC9B) is unknown color: approx Norway. HEX triplet: AE, BC and 9B. RGB value is (174,188,155). Sum of RGB (Red+Green+Blue) = 174+188+155=517 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.66% from 517); Green value is 188 (73.83% from 255 or 36.36% from 517); Blue value is 155 (60.94% from 255 or 29.98% from 517); Max value from RGB is 188 - color contains mainly: green. Hex color #AEBC9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBC9B is #514364. Grayscale: #B4B4B4. Windows color (decimal): -5325669 or 10206382. OLE color: 10206382.

HSL color Cylindrical-coordinate representation of color #AEBC9B: hue angle of 85.45º 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 #AEBC9B is Cyan = 0.07, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.26.

Color convert

RGB174188155-
CMYK0.0700.180.26
HSL85.45º19.76%67.25%-
HSV(B)85.45º17.55%73.73%-
XYZ41.3647.3337.97-
YUV180.05113.86123.68-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.66%
GREEN value IS 188 (73.83% from 255) = 36.36%
BLUE value IS 155 (60.94% from 255) = 29.98%
R=33.66%
G=36.36%
B=29.98%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1741881550.0700.180.2685.4519.7667.25
HexAEBC9B70121A551443
Octal25627423370223212524103
Binary101011101011110010011011111010010110101010101101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBC9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBC9B; }

 p { color: rgb(174,188,155); }

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

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

 a { background-color: rgb(174,188,155); }

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

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

 span { border-color: rgb(174,188,155); }

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