#A2BA92

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

Shades of Norway #A2BA92

Tints of Norway #A2BA92

Color information

#A2BA92 (or 0xA2BA92) is unknown color: approx Norway. HEX triplet: A2, BA and 92. RGB value is (162,186,146). Sum of RGB (Red+Green+Blue) = 162+186+146=494 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.79% from 494); Green value is 186 (73.05% from 255 or 37.65% from 494); Blue value is 146 (57.42% from 255 or 29.55% from 494); Max value from RGB is 186 - color contains mainly: green. Hex color #A2BA92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2BA92 is #5D456D. Grayscale: #AEAEAE. Windows color (decimal): -6112622 or 9616034. OLE color: 9616034.

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

Color convert

RGB162186146-
CMYK0.1300.220.27
HSL96º22.47%65.1%-
HSV(B)96º21.51%72.94%-
XYZ37.6544.8733.87-
YUV174.26112.05119.25-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.79%
GREEN value IS 186 (73.05% from 255) = 37.65%
BLUE value IS 146 (57.42% from 255) = 29.55%
R=32.79%
G=37.65%
B=29.55%

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
Decimal1621861460.1300.220.279622.4765.1
HexA2BA92D0161B601641
Octal242272222150263314026101
Binary1010001010111010100100101101010110110111100000101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2BA92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2BA92; }

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

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

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

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

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

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

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

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