#A2BD82

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

Shades of Norway #A2BD82

Tints of Norway #A2BD82

Color information

#A2BD82 (or 0xA2BD82) is unknown color: approx Norway. HEX triplet: A2, BD and 82. RGB value is (162,189,130). Sum of RGB (Red+Green+Blue) = 162+189+130=481 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.68% from 481); Green value is 189 (74.22% from 255 or 39.29% from 481); Blue value is 130 (51.17% from 255 or 27.03% from 481); Max value from RGB is 189 - color contains mainly: green. Hex color #A2BD82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2BD82 is #5D427D. Grayscale: #AEAEAE. Windows color (decimal): -6111870 or 8568226. OLE color: 8568226.

HSL color Cylindrical-coordinate representation of color #A2BD82: hue angle of 87.46º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A2BD82 is Cyan = 0.14, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.26.

Color convert

RGB162189130-
CMYK0.1400.310.26
HSL87.46º30.89%62.55%-
HSV(B)87.46º31.22%74.12%-
XYZ37.1345.6927.98-
YUV174.2103.05119.3-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.68%
GREEN value IS 189 (74.22% from 255) = 39.29%
BLUE value IS 130 (51.17% from 255) = 27.03%
R=33.68%
G=39.29%
B=27.03%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1621891300.1400.310.2687.4630.8962.55
HexA2BD82E01F1A571f3f
Octal24227520216037321273777
Binary101000101011110110000010111001111111010101011111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2BD82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2BD82; }

 p { color: rgb(162,189,130); }

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

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

 a { background-color: rgb(162,189,130); }

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

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

 span { border-color: rgb(162,189,130); }

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