#AABE97

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

Shades of Norway #AABE97

Tints of Norway #AABE97

Color information

#AABE97 (or 0xAABE97) is unknown color: approx Norway. HEX triplet: AA, BE and 97. RGB value is (170,190,151). Sum of RGB (Red+Green+Blue) = 170+190+151=511 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.27% from 511); Green value is 190 (74.61% from 255 or 37.18% from 511); Blue value is 151 (59.38% from 255 or 29.55% from 511); Max value from RGB is 190 - color contains mainly: green. Hex color #AABE97 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABE97 is #554168. Grayscale: #B3B3B3. Windows color (decimal): -5587305 or 9944746. OLE color: 9944746.

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

Color convert

RGB170190151-
CMYK0.1100.210.25
HSL90.77º23.08%66.86%-
HSV(B)90.77º20.53%74.51%-
XYZ40.5847.6136.33-
YUV179.57111.87121.17-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.27%
GREEN value IS 190 (74.61% from 255) = 37.18%
BLUE value IS 151 (59.38% from 255) = 29.55%
R=33.27%
G=37.18%
B=29.55%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1701901510.1100.210.2590.7723.0866.86
HexAABE97B015195b1743
Octal252276227130253113327103
Binary1010101010111110100101111011010101110011011011101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABE97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABE97; }

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

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

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

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

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

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

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

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