#AEBC96

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

Shades of Norway #AEBC96

Tints of Norway #AEBC96

Color information

#AEBC96 (or 0xAEBC96) is unknown color: approx Norway. HEX triplet: AE, BC and 96. RGB value is (174,188,150). Sum of RGB (Red+Green+Blue) = 174+188+150=512 (67% of max value = 765). Red value is 174 (68.36% from 255 or 33.98% from 512); Green value is 188 (73.83% from 255 or 36.72% from 512); Blue value is 150 (58.98% from 255 or 29.30% from 512); Max value from RGB is 188 - color contains mainly: green. Hex color #AEBC96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBC96 is #514369. Grayscale: #B3B3B3. Windows color (decimal): -5325674 or 9878702. OLE color: 9878702.

HSL color Cylindrical-coordinate representation of color #AEBC96: hue angle of 82.11º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AEBC96 is Cyan = 0.07, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.26.

Color convert

RGB174188150-
CMYK0.0700.200.26
HSL82.11º22.09%66.27%-
HSV(B)82.11º20.21%73.73%-
XYZ40.9447.1735.8-
YUV179.48111.36124.09-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.98%
GREEN value IS 188 (73.83% from 255) = 36.72%
BLUE value IS 150 (58.98% from 255) = 29.30%
R=33.98%
G=36.72%
B=29.30%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1741881500.0700.200.2682.1122.0966.27
HexAEBC9670141A521642
Octal25627422670243212226102
Binary101011101011110010010110111010100110101010010101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBC96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBC96; }

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

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

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

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

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

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

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

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