#A2BE8A

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

Shades of Norway #A2BE8A

Tints of Norway #A2BE8A

Color information

#A2BE8A (or 0xA2BE8A) is unknown color: approx Norway. HEX triplet: A2, BE and 8A. RGB value is (162,190,138). Sum of RGB (Red+Green+Blue) = 162+190+138=490 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.06% from 490); Green value is 190 (74.61% from 255 or 38.78% from 490); Blue value is 138 (54.30% from 255 or 28.16% from 490); Max value from RGB is 190 - color contains mainly: green. Hex color #A2BE8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2BE8A is #5D4175. Grayscale: #AFAFAF. Windows color (decimal): -6111606 or 9092770. OLE color: 9092770.

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

Color convert

RGB162190138-
CMYK0.1500.270.25
HSL92.31º28.57%64.31%-
HSV(B)92.31º27.37%74.51%-
XYZ37.946.3430.99-
YUV175.7106.72118.23-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.06%
GREEN value IS 190 (74.61% from 255) = 38.78%
BLUE value IS 138 (54.30% from 255) = 28.16%
R=33.06%
G=38.78%
B=28.16%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1621901380.1500.270.2592.3128.5764.31
HexA2BE8AF01B195c1d40
Octal242276212170333113435100
Binary1010001010111110100010101111011011110011011100111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2BE8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2BE8A; }

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

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

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

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

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

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

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

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