#A2B78C

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

Shades of Norway #A2B78C

Tints of Norway #A2B78C

Color information

#A2B78C (or 0xA2B78C) is unknown color: approx Norway. HEX triplet: A2, B7 and 8C. RGB value is (162,183,140). Sum of RGB (Red+Green+Blue) = 162+183+140=485 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.40% from 485); Green value is 183 (71.88% from 255 or 37.73% from 485); Blue value is 140 (55.08% from 255 or 28.87% from 485); Max value from RGB is 183 - color contains mainly: green. Hex color #A2B78C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2B78C is #5D4873. Grayscale: #ABABAB. Windows color (decimal): -6113396 or 9222050. OLE color: 9222050.

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

Color convert

RGB162183140-
CMYK0.1100.230.28
HSL89.3º22.99%63.33%-
HSV(B)89.3º23.5%71.76%-
XYZ36.5743.4431.27-
YUV171.82110.04121-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.40%
GREEN value IS 183 (71.88% from 255) = 37.73%
BLUE value IS 140 (55.08% from 255) = 28.87%
R=33.40%
G=37.73%
B=28.87%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1621831400.1100.230.2889.322.9963.33
HexA2B78CB0171C59173f
Octal24226721413027341312777
Binary101000101011011110001100101101011111100101100110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2B78C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2B78C; }

 p { color: rgb(162,183,140); }

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

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

 a { background-color: rgb(162,183,140); }

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

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

 span { border-color: rgb(162,183,140); }

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