#A2C584

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

Shades of Norway #A2C584

Tints of Norway #A2C584

Color information

#A2C584 (or 0xA2C584) is unknown color: approx Norway. HEX triplet: A2, C5 and 84. RGB value is (162,197,132). Sum of RGB (Red+Green+Blue) = 162+197+132=491 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.99% from 491); Green value is 197 (77.34% from 255 or 40.12% from 491); Blue value is 132 (51.95% from 255 or 26.88% from 491); Max value from RGB is 197 - color contains mainly: green. Hex color #A2C584 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2C584 is #5D3A7B. Grayscale: #B3B3B3. Windows color (decimal): -6109820 or 8701346. OLE color: 8701346.

HSL color Cylindrical-coordinate representation of color #A2C584: hue angle of 92.31º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A2C584 is Cyan = 0.18, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.23.

Color convert

RGB162197132-
CMYK0.1800.330.23
HSL92.31º35.91%64.51%-
HSV(B)92.31º32.99%77.25%-
XYZ39.0349.2829.28-
YUV179.12101.4115.79-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.99%
GREEN value IS 197 (77.34% from 255) = 40.12%
BLUE value IS 132 (51.95% from 255) = 26.88%
R=32.99%
G=40.12%
B=26.88%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1621971320.1800.330.2392.3135.9164.51
HexA2C58412021175c2441
Octal242305204220412713444101
Binary1010001011000101100001001001001000011011110111001001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2C584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2C584; }

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

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

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

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

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

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

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

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