#AEBE92

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

Shades of Norway #AEBE92

Tints of Norway #AEBE92

Color information

#AEBE92 (or 0xAEBE92) is unknown color: approx Norway. HEX triplet: AE, BE and 92. RGB value is (174,190,146). Sum of RGB (Red+Green+Blue) = 174+190+146=510 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.12% from 510); Green value is 190 (74.61% from 255 or 37.25% from 510); Blue value is 146 (57.42% from 255 or 28.63% from 510); Max value from RGB is 190 - color contains mainly: green. Hex color #AEBE92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBE92 is #51416D. Grayscale: #B4B4B4. Windows color (decimal): -5325166 or 9617070. OLE color: 9617070.

HSL color Cylindrical-coordinate representation of color #AEBE92: hue angle of 81.82º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AEBE92 is Cyan = 0.08, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.

Color convert

RGB174190146-
CMYK0.0800.230.25
HSL81.82º25.29%65.88%-
HSV(B)81.82º23.16%74.51%-
XYZ41.0647.934.28-
YUV180.2108.7123.58-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.12%
GREEN value IS 190 (74.61% from 255) = 37.25%
BLUE value IS 146 (57.42% from 255) = 28.63%
R=34.12%
G=37.25%
B=28.63%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1741901460.0800.230.2581.8225.2965.88
HexAEBE92801719521942
Octal256276222100273112231102
Binary1010111010111110100100101000010111110011010010110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBE92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBE92; }

 p { color: rgb(174,190,146); }

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

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

 a { background-color: rgb(174,190,146); }

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

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

 span { border-color: rgb(174,190,146); }

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