#AEBF96

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

Shades of Norway #AEBF96

Tints of Norway #AEBF96

Color information

#AEBF96 (or 0xAEBF96) is unknown color: approx Norway. HEX triplet: AE, BF and 96. RGB value is (174,191,150). Sum of RGB (Red+Green+Blue) = 174+191+150=515 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.79% from 515); Green value is 191 (75% from 255 or 37.09% from 515); Blue value is 150 (58.98% from 255 or 29.13% from 515); Max value from RGB is 191 - color contains mainly: green. Hex color #AEBF96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBF96 is #514069. Grayscale: #B5B5B5. Windows color (decimal): -5324906 or 9879470. OLE color: 9879470.

HSL color Cylindrical-coordinate representation of color #AEBF96: hue angle of 84.88º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AEBF96 is Cyan = 0.09, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.25.

Color convert

RGB174191150-
CMYK0.0900.210.25
HSL84.88º24.26%66.86%-
HSV(B)84.88º21.47%74.9%-
XYZ41.5948.4636.02-
YUV181.24110.37122.83-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.79%
GREEN value IS 191 (75% from 255) = 37.09%
BLUE value IS 150 (58.98% from 255) = 29.13%
R=33.79%
G=37.09%
B=29.13%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1741911500.0900.210.2584.8824.2666.86
HexAEBF96901519551843
Octal256277226110253112530103
Binary1010111010111111100101101001010101110011010101110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBF96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBF96; }

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

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

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

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

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

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

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

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