#AEBF98

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

Shades of Norway #AEBF98

Tints of Norway #AEBF98

Color information

#AEBF98 (or 0xAEBF98) is unknown color: approx Norway. HEX triplet: AE, BF and 98. RGB value is (174,191,152). Sum of RGB (Red+Green+Blue) = 174+191+152=517 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.66% from 517); Green value is 191 (75% from 255 or 36.94% from 517); Blue value is 152 (59.77% from 255 or 29.40% from 517); Max value from RGB is 191 - color contains mainly: green. Hex color #AEBF98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBF98 is #514067. Grayscale: #B5B5B5. Windows color (decimal): -5324904 or 10010542. OLE color: 10010542.

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

Color convert

RGB174191152-
CMYK0.0900.200.25
HSL86.15º23.35%67.25%-
HSV(B)86.15º20.42%74.9%-
XYZ41.7548.5336.87-
YUV181.47111.37122.67-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.66%
GREEN value IS 191 (75% from 255) = 36.94%
BLUE value IS 152 (59.77% from 255) = 29.40%
R=33.66%
G=36.94%
B=29.40%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1741911520.0900.200.2586.1523.3567.25
HexAEBF98901419561743
Octal256277230110243112627103
Binary1010111010111111100110001001010100110011010110101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBF98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBF98; }

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

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

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

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

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

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

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

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