#A2BA91

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

Shades of Norway #A2BA91

Tints of Norway #A2BA91

Color information

#A2BA91 (or 0xA2BA91) is unknown color: approx Norway. HEX triplet: A2, BA and 91. RGB value is (162,186,145). Sum of RGB (Red+Green+Blue) = 162+186+145=493 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.86% from 493); Green value is 186 (73.05% from 255 or 37.73% from 493); Blue value is 145 (57.03% from 255 or 29.41% from 493); Max value from RGB is 186 - color contains mainly: green. Hex color #A2BA91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2BA91 is #5D456E. Grayscale: #AEAEAE. Windows color (decimal): -6112623 or 9550498. OLE color: 9550498.

HSL color Cylindrical-coordinate representation of color #A2BA91: hue angle of 95.12º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A2BA91 is Cyan = 0.13, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.27.

Color convert

RGB162186145-
CMYK0.1300.220.27
HSL95.12º22.91%64.9%-
HSV(B)95.12º22.04%72.94%-
XYZ37.5744.8433.46-
YUV174.15111.55119.33-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.86%
GREEN value IS 186 (73.05% from 255) = 37.73%
BLUE value IS 145 (57.03% from 255) = 29.41%
R=32.86%
G=37.73%
B=29.41%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1621861450.1300.220.2795.1222.9164.9
HexA2BA91D0161B5f1741
Octal242272221150263313727101
Binary1010001010111010100100011101010110110111011111101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2BA91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2BA91; }

 p { color: rgb(162,186,145); }

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

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

 a { background-color: rgb(162,186,145); }

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

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

 span { border-color: rgb(162,186,145); }

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