#A2C084

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

Shades of Norway #A2C084

Tints of Norway #A2C084

Color information

#A2C084 (or 0xA2C084) is unknown color: approx Norway. HEX triplet: A2, C0 and 84. RGB value is (162,192,132). Sum of RGB (Red+Green+Blue) = 162+192+132=486 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.33% from 486); Green value is 192 (75.39% from 255 or 39.51% from 486); Blue value is 132 (51.95% from 255 or 27.16% from 486); Max value from RGB is 192 - color contains mainly: green. Hex color #A2C084 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2C084 is #5D3F7B. Grayscale: #B0B0B0. Windows color (decimal): -6111100 or 8700066. OLE color: 8700066.

HSL color Cylindrical-coordinate representation of color #A2C084: hue angle of 90º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A2C084 is Cyan = 0.16, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.25.

Color convert

RGB162192132-
CMYK0.1600.310.25
HSL90º32.26%63.53%-
HSV(B)90º31.25%75.29%-
XYZ37.9147.0528.91-
YUV176.19103.06117.88-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.33%
GREEN value IS 192 (75.39% from 255) = 39.51%
BLUE value IS 132 (51.95% from 255) = 27.16%
R=33.33%
G=39.51%
B=27.16%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1621921320.1600.310.259032.2663.53
HexA2C0841001F195a2040
Octal242300204200373113240100
Binary101000101100000010000100100000111111100110110101000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2C084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2C084; }

 p { color: rgb(162,192,132); }

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

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

 a { background-color: rgb(162,192,132); }

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

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

 span { border-color: rgb(162,192,132); }

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