#AEBF97

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

Shades of Norway #AEBF97

Tints of Norway #AEBF97

Color information

#AEBF97 (or 0xAEBF97) is unknown color: approx Norway. HEX triplet: AE, BF and 97. RGB value is (174,191,151). Sum of RGB (Red+Green+Blue) = 174+191+151=516 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.72% from 516); Green value is 191 (75% from 255 or 37.02% from 516); Blue value is 151 (59.38% from 255 or 29.26% from 516); Max value from RGB is 191 - color contains mainly: green. Hex color #AEBF97 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBF97 is #514068. Grayscale: #B5B5B5. Windows color (decimal): -5324905 or 9945006. OLE color: 9945006.

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

Color convert

RGB174191151-
CMYK0.0900.210.25
HSL85.5º23.81%67.06%-
HSV(B)85.5º20.94%74.9%-
XYZ41.6748.4936.44-
YUV181.36110.87122.75-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.72%
GREEN value IS 191 (75% from 255) = 37.02%
BLUE value IS 151 (59.38% from 255) = 29.26%
R=33.72%
G=37.02%
B=29.26%

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
Decimal1741911510.0900.210.2585.523.8167.06
HexAEBF97901519551843
Octal256277227110253112530103
Binary1010111010111111100101111001010101110011010101110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBF97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBF97; }

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

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

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

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

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

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

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

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