#AABF8C

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

Shades of Norway #AABF8C

Tints of Norway #AABF8C

Color information

#AABF8C (or 0xAABF8C) is unknown color: approx Norway. HEX triplet: AA, BF and 8C. RGB value is (170,191,140). Sum of RGB (Red+Green+Blue) = 170+191+140=501 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.93% from 501); Green value is 191 (75% from 255 or 38.12% from 501); Blue value is 140 (55.08% from 255 or 27.94% from 501); Max value from RGB is 191 - color contains mainly: green. Hex color #AABF8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABF8C is #554073. Grayscale: #B3B3B3. Windows color (decimal): -5587060 or 9224106. OLE color: 9224106.

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

Color convert

RGB170191140-
CMYK0.1100.270.25
HSL84.71º28.49%64.9%-
HSV(B)84.71º26.7%74.9%-
XYZ39.9447.731.91-
YUV178.91106.04121.65-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.93%
GREEN value IS 191 (75% from 255) = 38.12%
BLUE value IS 140 (55.08% from 255) = 27.94%
R=33.93%
G=38.12%
B=27.94%

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
Decimal1701911400.1100.270.2584.7128.4964.9
HexAABF8CB01B19551c41
Octal252277214130333112534101
Binary1010101010111111100011001011011011110011010101111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABF8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABF8C; }

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

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

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

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

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

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

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

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