#AABD94

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

Shades of Norway #AABD94

Tints of Norway #AABD94

Color information

#AABD94 (or 0xAABD94) is unknown color: approx Norway. HEX triplet: AA, BD and 94. RGB value is (170,189,148). Sum of RGB (Red+Green+Blue) = 170+189+148=507 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.53% from 507); Green value is 189 (74.22% from 255 or 37.28% from 507); Blue value is 148 (58.20% from 255 or 29.19% from 507); Max value from RGB is 189 - color contains mainly: green. Hex color #AABD94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABD94 is #55426B. Grayscale: #B2B2B2. Windows color (decimal): -5587564 or 9747882. OLE color: 9747882.

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

Color convert

RGB170189148-
CMYK0.1000.220.26
HSL87.8º23.7%66.08%-
HSV(B)87.8º21.69%74.12%-
XYZ40.1247.0834.99-
YUV178.64110.71121.83-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.53%
GREEN value IS 189 (74.22% from 255) = 37.28%
BLUE value IS 148 (58.20% from 255) = 29.19%
R=33.53%
G=37.28%
B=29.19%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1701891480.1000.220.2687.823.766.08
HexAABD94A0161A581842
Octal252275224120263213030102
Binary1010101010111101100101001010010110110101011000110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABD94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABD94; }

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

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

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

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

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

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

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

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