#A2C289

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

Shades of Norway #A2C289

Tints of Norway #A2C289

Color information

#A2C289 (or 0xA2C289) is unknown color: approx Norway. HEX triplet: A2, C2 and 89. RGB value is (162,194,137). Sum of RGB (Red+Green+Blue) = 162+194+137=493 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.86% from 493); Green value is 194 (76.17% from 255 or 39.35% from 493); Blue value is 137 (53.91% from 255 or 27.79% from 493); Max value from RGB is 194 - color contains mainly: green. Hex color #A2C289 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2C289 is #5D3D76. Grayscale: #B2B2B2. Windows color (decimal): -6110583 or 9028258. OLE color: 9028258.

HSL color Cylindrical-coordinate representation of color #A2C289: hue angle of 93.68º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A2C289 is Cyan = 0.16, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.24.

Color convert

RGB162194137-
CMYK0.1600.290.24
HSL93.68º31.84%64.9%-
HSV(B)93.68º29.38%76.08%-
XYZ38.7148.0730.91-
YUV177.93104.9116.63-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.86%
GREEN value IS 194 (76.17% from 255) = 39.35%
BLUE value IS 137 (53.91% from 255) = 27.79%
R=32.86%
G=39.35%
B=27.79%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1621941370.1600.290.2493.6831.8464.9
HexA2C2891001D185e2041
Octal242302211200353013640101
Binary101000101100001010001001100000111011100010111101000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2C289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2C289; }

 p { color: rgb(162,194,137); }

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

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

 a { background-color: rgb(162,194,137); }

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

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

 span { border-color: rgb(162,194,137); }

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