#AABD8E

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

Shades of Norway #AABD8E

Tints of Norway #AABD8E

Color information

#AABD8E (or 0xAABD8E) is unknown color: approx Norway. HEX triplet: AA, BD and 8E. RGB value is (170,189,142). Sum of RGB (Red+Green+Blue) = 170+189+142=501 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.93% from 501); Green value is 189 (74.22% from 255 or 37.72% from 501); Blue value is 142 (55.86% from 255 or 28.34% from 501); Max value from RGB is 189 - color contains mainly: green. Hex color #AABD8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABD8E is #554271. Grayscale: #B2B2B2. Windows color (decimal): -5587570 or 9354666. OLE color: 9354666.

HSL color Cylindrical-coordinate representation of color #AABD8E: hue angle of 84.26º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AABD8E is Cyan = 0.10, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.26.

Color convert

RGB170189142-
CMYK0.1000.250.26
HSL84.26º26.26%64.9%-
HSV(B)84.26º24.87%74.12%-
XYZ39.6646.8932.55-
YUV177.96107.71122.32-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.93%
GREEN value IS 189 (74.22% from 255) = 37.72%
BLUE value IS 142 (55.86% from 255) = 28.34%
R=33.93%
G=37.72%
B=28.34%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1701891420.1000.250.2684.2626.2664.9
HexAABD8EA0191A541a41
Octal252275216120313212432101
Binary1010101010111101100011101010011001110101010100110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABD8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABD8E; }

 p { color: rgb(170,189,142); }

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

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

 a { background-color: rgb(170,189,142); }

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

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

 span { border-color: rgb(170,189,142); }

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