#A3BE82

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

Shades of Norway #A3BE82

Tints of Norway #A3BE82

Color information

#A3BE82 (or 0xA3BE82) is unknown color: approx Norway. HEX triplet: A3, BE and 82. RGB value is (163,190,130). Sum of RGB (Red+Green+Blue) = 163+190+130=483 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.75% from 483); Green value is 190 (74.61% from 255 or 39.34% from 483); Blue value is 130 (51.17% from 255 or 26.92% from 483); Max value from RGB is 190 - color contains mainly: green. Hex color #A3BE82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3BE82 is #5C417D. Grayscale: #AFAFAF. Windows color (decimal): -6046078 or 8568483. OLE color: 8568483.

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

Color convert

RGB163190130-
CMYK0.1400.320.25
HSL87º31.58%62.75%-
HSV(B)87º31.58%74.51%-
XYZ37.5546.2328.06-
YUV175.09102.55119.38-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.75%
GREEN value IS 190 (74.61% from 255) = 39.34%
BLUE value IS 130 (51.17% from 255) = 26.92%
R=33.75%
G=39.34%
B=26.92%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1631901300.1400.320.258731.5862.75
HexA3BE82E0201957203f
Octal24327620216040311274077
Binary10100011101111101000001011100100000110011010111100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3BE82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3BE82; }

 p { color: rgb(163,190,130); }

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

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

 a { background-color: rgb(163,190,130); }

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

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

 span { border-color: rgb(163,190,130); }

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