#A2BE92

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

Shades of Norway #A2BE92

Tints of Norway #A2BE92

Color information

#A2BE92 (or 0xA2BE92) is unknown color: approx Norway. HEX triplet: A2, BE and 92. RGB value is (162,190,146). Sum of RGB (Red+Green+Blue) = 162+190+146=498 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.53% from 498); Green value is 190 (74.61% from 255 or 38.15% from 498); Blue value is 146 (57.42% from 255 or 29.32% from 498); Max value from RGB is 190 - color contains mainly: green. Hex color #A2BE92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2BE92 is #5D416D. Grayscale: #B0B0B0. Windows color (decimal): -6111598 or 9617058. OLE color: 9617058.

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

Color convert

RGB162190146-
CMYK0.1500.230.25
HSL98.18º25.29%65.88%-
HSV(B)98.18º23.16%74.51%-
XYZ38.546.5834.16-
YUV176.61110.72117.58-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.53%
GREEN value IS 190 (74.61% from 255) = 38.15%
BLUE value IS 146 (57.42% from 255) = 29.32%
R=32.53%
G=38.15%
B=29.32%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1621901460.1500.230.2598.1825.2965.88
HexA2BE92F01719621942
Octal242276222170273114231102
Binary1010001010111110100100101111010111110011100010110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2BE92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2BE92; }

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

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

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

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

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

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

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

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