#A2B88A

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

Shades of Norway #A2B88A

Tints of Norway #A2B88A

Color information

#A2B88A (or 0xA2B88A) is unknown color: approx Norway. HEX triplet: A2, B8 and 8A. RGB value is (162,184,138). Sum of RGB (Red+Green+Blue) = 162+184+138=484 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.47% from 484); Green value is 184 (72.27% from 255 or 38.02% from 484); Blue value is 138 (54.30% from 255 or 28.51% from 484); Max value from RGB is 184 - color contains mainly: green. Hex color #A2B88A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2B88A is #5D4775. Grayscale: #ACACAC. Windows color (decimal): -6113142 or 9091234. OLE color: 9091234.

HSL color Cylindrical-coordinate representation of color #A2B88A: hue angle of 88.7º degrees, saturation: 0.24, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A2B88A is Cyan = 0.12, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.28.

Color convert

RGB162184138-
CMYK0.1200.250.28
HSL88.7º24.47%63.14%-
HSV(B)88.7º25%72.16%-
XYZ36.6343.830.57-
YUV172.18108.71120.74-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.47%
GREEN value IS 184 (72.27% from 255) = 38.02%
BLUE value IS 138 (54.30% from 255) = 28.51%
R=33.47%
G=38.02%
B=28.51%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1621841380.1200.250.2888.724.4763.14
HexA2B88AC0191C59183f
Octal24227021214031341313077
Binary101000101011100010001010110001100111100101100111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2B88A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2B88A; }

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

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

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

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

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

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

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

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