#AEBF94

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

Shades of Norway #AEBF94

Tints of Norway #AEBF94

Color information

#AEBF94 (or 0xAEBF94) is unknown color: approx Norway. HEX triplet: AE, BF and 94. RGB value is (174,191,148). Sum of RGB (Red+Green+Blue) = 174+191+148=513 (67% of max value = 765). Red value is 174 (68.36% from 255 or 33.92% from 513); Green value is 191 (75% from 255 or 37.23% from 513); Blue value is 148 (58.20% from 255 or 28.85% from 513); Max value from RGB is 191 - color contains mainly: green. Hex color #AEBF94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBF94 is #51406B. Grayscale: #B5B5B5. Windows color (decimal): -5324908 or 9748398. OLE color: 9748398.

HSL color Cylindrical-coordinate representation of color #AEBF94: hue angle of 83.72º 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 #AEBF94 is Cyan = 0.09, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.

Color convert

RGB174191148-
CMYK0.0900.230.25
HSL83.72º25.15%66.47%-
HSV(B)83.72º22.51%74.9%-
XYZ41.4348.435.18-
YUV181.02109.37123-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.92%
GREEN value IS 191 (75% from 255) = 37.23%
BLUE value IS 148 (58.20% from 255) = 28.85%
R=33.92%
G=37.23%
B=28.85%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1741911480.0900.230.2583.7225.1566.47
HexAEBF94901719541942
Octal256277224110273112431102
Binary1010111010111111100101001001010111110011010100110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBF94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBF94; }

 p { color: rgb(174,191,148); }

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

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

 a { background-color: rgb(174,191,148); }

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

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

 span { border-color: rgb(174,191,148); }

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