#A2BC82

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

Shades of Norway #A2BC82

Tints of Norway #A2BC82

Color information

#A2BC82 (or 0xA2BC82) is unknown color: approx Norway. HEX triplet: A2, BC and 82. RGB value is (162,188,130). Sum of RGB (Red+Green+Blue) = 162+188+130=480 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.75% from 480); Green value is 188 (73.83% from 255 or 39.17% from 480); Blue value is 130 (51.17% from 255 or 27.08% from 480); Max value from RGB is 188 - color contains mainly: green. Hex color #A2BC82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2BC82 is #5D437D. Grayscale: #ADADAD. Windows color (decimal): -6112126 or 8567970. OLE color: 8567970.

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

Color convert

RGB162188130-
CMYK0.1400.310.26
HSL86.9º30.21%62.35%-
HSV(B)86.9º30.85%73.73%-
XYZ36.9145.2627.91-
YUV173.61103.39119.72-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.75%
GREEN value IS 188 (73.83% from 255) = 39.17%
BLUE value IS 130 (51.17% from 255) = 27.08%
R=33.75%
G=39.17%
B=27.08%

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
Decimal1621881300.1400.310.2686.930.2162.35
HexA2BC82E01F1A571e3e
Octal24227420216037321273676
Binary101000101011110010000010111001111111010101011111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2BC82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2BC82; }

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

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

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

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

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

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

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

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