#AABF97

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

Shades of Norway #AABF97

Tints of Norway #AABF97

Color information

#AABF97 (or 0xAABF97) is unknown color: approx Norway. HEX triplet: AA, BF and 97. RGB value is (170,191,151). Sum of RGB (Red+Green+Blue) = 170+191+151=512 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.20% from 512); Green value is 191 (75% from 255 or 37.30% from 512); Blue value is 151 (59.38% from 255 or 29.49% from 512); Max value from RGB is 191 - color contains mainly: green. Hex color #AABF97 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABF97 is #554068. Grayscale: #B4B4B4. Windows color (decimal): -5587049 or 9945002. OLE color: 9945002.

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

Color convert

RGB170191151-
CMYK0.1100.210.25
HSL91.5º23.81%67.06%-
HSV(B)91.5º20.94%74.9%-
XYZ40.7948.0436.4-
YUV180.16111.54120.75-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.20%
GREEN value IS 191 (75% from 255) = 37.30%
BLUE value IS 151 (59.38% from 255) = 29.49%
R=33.20%
G=37.30%
B=29.49%

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
Decimal1701911510.1100.210.2591.523.8167.06
HexAABF97B015195b1843
Octal252277227130253113330103
Binary1010101010111111100101111011010101110011011011110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABF97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABF97; }

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

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

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

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

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

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

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

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