#A2B28D

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

Shades of Norway #A2B28D

Tints of Norway #A2B28D

Color information

#A2B28D (or 0xA2B28D) is unknown color: approx Norway. HEX triplet: A2, B2 and 8D. RGB value is (162,178,141). Sum of RGB (Red+Green+Blue) = 162+178+141=481 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.68% from 481); Green value is 178 (69.92% from 255 or 37.01% from 481); Blue value is 141 (55.47% from 255 or 29.31% from 481); Max value from RGB is 178 - color contains mainly: green. Hex color #A2B28D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2B28D is #5D4D72. Grayscale: #A9A9A9. Windows color (decimal): -6114675 or 9286306. OLE color: 9286306.

HSL color Cylindrical-coordinate representation of color #A2B28D: hue angle of 85.95º degrees, saturation: 0.19, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A2B28D is Cyan = 0.09, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.30.

Color convert

RGB162178141-
CMYK0.0900.210.30
HSL85.95º19.37%62.55%-
HSV(B)85.95º20.79%69.8%-
XYZ35.6341.4531.32-
YUV169112.2123.01-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.68%
GREEN value IS 178 (69.92% from 255) = 37.01%
BLUE value IS 141 (55.47% from 255) = 29.31%
R=33.68%
G=37.01%
B=29.31%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1621781410.0900.210.3085.9519.3762.55
HexA2B28D90151E56133f
Octal24226221511025361262377
Binary101000101011001010001101100101010111110101011010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2B28D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2B28D; }

 p { color: rgb(162,178,141); }

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

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

 a { background-color: rgb(162,178,141); }

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

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

 span { border-color: rgb(162,178,141); }

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