#A2B68E

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

Shades of Norway #A2B68E

Tints of Norway #A2B68E

Color information

#A2B68E (or 0xA2B68E) is unknown color: approx Norway. HEX triplet: A2, B6 and 8E. RGB value is (162,182,142). Sum of RGB (Red+Green+Blue) = 162+182+142=486 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.33% from 486); Green value is 182 (71.48% from 255 or 37.45% from 486); Blue value is 142 (55.86% from 255 or 29.22% from 486); Max value from RGB is 182 - color contains mainly: green. Hex color #A2B68E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2B68E is #5D4971. Grayscale: #ABABAB. Windows color (decimal): -6113650 or 9352866. OLE color: 9352866.

HSL color Cylindrical-coordinate representation of color #A2B68E: hue angle of 90º degrees, saturation: 0.22, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A2B68E is Cyan = 0.11, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.29.

Color convert

RGB162182142-
CMYK0.1100.220.29
HSL90º21.51%63.53%-
HSV(B)90º21.98%71.37%-
XYZ36.5143.0931.98-
YUV171.46111.37121.25-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.33%
GREEN value IS 182 (71.48% from 255) = 37.45%
BLUE value IS 142 (55.86% from 255) = 29.22%
R=33.33%
G=37.45%
B=29.22%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1621821420.1100.220.299021.5163.53
HexA2B68EB0161D5a1640
Octal242266216130263513226100
Binary1010001010110110100011101011010110111011011010101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2B68E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2B68E; }

 p { color: rgb(162,182,142); }

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

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

 a { background-color: rgb(162,182,142); }

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

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

 span { border-color: rgb(162,182,142); }

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