#A2BE83

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

Shades of Norway #A2BE83

Tints of Norway #A2BE83

Color information

#A2BE83 (or 0xA2BE83) is unknown color: approx Norway. HEX triplet: A2, BE and 83. RGB value is (162,190,131). Sum of RGB (Red+Green+Blue) = 162+190+131=483 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.54% from 483); Green value is 190 (74.61% from 255 or 39.34% from 483); Blue value is 131 (51.56% from 255 or 27.12% from 483); Max value from RGB is 190 - color contains mainly: green. Hex color #A2BE83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2BE83 is #5D417C. Grayscale: #AFAFAF. Windows color (decimal): -6111613 or 8634018. OLE color: 8634018.

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

Color convert

RGB162190131-
CMYK0.1500.310.25
HSL88.47º31.22%62.94%-
HSV(B)88.47º31.05%74.51%-
XYZ37.4146.1528.41-
YUV174.9103.22118.8-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.54%
GREEN value IS 190 (74.61% from 255) = 39.34%
BLUE value IS 131 (51.56% from 255) = 27.12%
R=33.54%
G=39.34%
B=27.12%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1621901310.1500.310.2588.4731.2262.94
HexA2BE83F01F19581f3f
Octal24227620317037311303777
Binary101000101011111010000011111101111111001101100011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2BE83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2BE83; }

 p { color: rgb(162,190,131); }

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

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

 a { background-color: rgb(162,190,131); }

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

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

 span { border-color: rgb(162,190,131); }

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