#AABE98

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

Shades of Norway #AABE98

Tints of Norway #AABE98

Color information

#AABE98 (or 0xAABE98) is unknown color: approx Norway. HEX triplet: AA, BE and 98. RGB value is (170,190,152). Sum of RGB (Red+Green+Blue) = 170+190+152=512 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.20% from 512); Green value is 190 (74.61% from 255 or 37.11% from 512); Blue value is 152 (59.77% from 255 or 29.69% from 512); Max value from RGB is 190 - color contains mainly: green. Hex color #AABE98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABE98 is #554167. Grayscale: #B3B3B3. Windows color (decimal): -5587304 or 10010282. OLE color: 10010282.

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

Color convert

RGB170190152-
CMYK0.1100.20.25
HSL91.58º22.62%67.06%-
HSV(B)91.58º20%74.51%-
XYZ40.6647.6436.76-
YUV179.69112.37121.09-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.20%
GREEN value IS 190 (74.61% from 255) = 37.11%
BLUE value IS 152 (59.77% from 255) = 29.69%
R=33.20%
G=37.11%
B=29.69%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1701901520.1100.20.2591.5822.6267.06
HexAABE98B014195c1743
Octal252276230130243113427103
Binary1010101010111110100110001011010100110011011100101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABE98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABE98; }

 p { color: rgb(170,190,152); }

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

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

 a { background-color: rgb(170,190,152); }

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

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

 span { border-color: rgb(170,190,152); }

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