#A2B98F

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

Shades of Norway #A2B98F

Tints of Norway #A2B98F

Color information

#A2B98F (or 0xA2B98F) is unknown color: approx Norway. HEX triplet: A2, B9 and 8F. RGB value is (162,185,143). Sum of RGB (Red+Green+Blue) = 162+185+143=490 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.06% from 490); Green value is 185 (72.66% from 255 or 37.76% from 490); Blue value is 143 (56.25% from 255 or 29.18% from 490); Max value from RGB is 185 - color contains mainly: green. Hex color #A2B98F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2B98F is #5D4670. Grayscale: #ADADAD. Windows color (decimal): -6112881 or 9419170. OLE color: 9419170.

HSL color Cylindrical-coordinate representation of color #A2B98F: hue angle of 92.86º degrees, saturation: 0.23, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A2B98F is Cyan = 0.12, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.27.

Color convert

RGB162185143-
CMYK0.1200.230.27
HSL92.86º23.08%64.31%-
HSV(B)92.86º22.7%72.55%-
XYZ37.2144.3632.59-
YUV173.33110.88119.92-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.06%
GREEN value IS 185 (72.66% from 255) = 37.76%
BLUE value IS 143 (56.25% from 255) = 29.18%
R=33.06%
G=37.76%
B=29.18%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1621851430.1200.230.2792.8623.0864.31
HexA2B98FC0171B5d1740
Octal242271217140273313527100
Binary1010001010111001100011111100010111110111011101101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2B98F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2B98F; }

 p { color: rgb(162,185,143); }

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

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

 a { background-color: rgb(162,185,143); }

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

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

 span { border-color: rgb(162,185,143); }

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