#AABF8B

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

Shades of Norway #AABF8B

Tints of Norway #AABF8B

Color information

#AABF8B (or 0xAABF8B) is unknown color: approx Norway. HEX triplet: AA, BF and 8B. RGB value is (170,191,139). Sum of RGB (Red+Green+Blue) = 170+191+139=500 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34% from 500); Green value is 191 (75% from 255 or 38.2% from 500); Blue value is 139 (54.69% from 255 or 27.8% from 500); Max value from RGB is 191 - color contains mainly: green. Hex color #AABF8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABF8B is #554074. Grayscale: #B2B2B2. Windows color (decimal): -5587061 or 9158570. OLE color: 9158570.

HSL color Cylindrical-coordinate representation of color #AABF8B: hue angle of 84.23º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AABF8B is Cyan = 0.11, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.25.

Color convert

RGB170191139-
CMYK0.1100.270.25
HSL84.23º28.89%64.71%-
HSV(B)84.23º27.23%74.9%-
XYZ39.8747.6731.53-
YUV178.79105.54121.73-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34%
GREEN value IS 191 (75% from 255) = 38.2%
BLUE value IS 139 (54.69% from 255) = 27.8%
R=34%
G=38.2%
B=27.8%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1701911390.1100.270.2584.2328.8964.71
HexAABF8BB01B19541d41
Octal252277213130333112435101
Binary1010101010111111100010111011011011110011010100111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABF8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABF8B; }

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

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

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

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

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

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

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

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