#A7BA8C

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

Shades of Norway #A7BA8C

Tints of Norway #A7BA8C

Color information

#A7BA8C (or 0xA7BA8C) is unknown color: approx Norway. HEX triplet: A7, BA and 8C. RGB value is (167,186,140). Sum of RGB (Red+Green+Blue) = 167+186+140=493 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.87% from 493); Green value is 186 (73.05% from 255 or 37.73% from 493); Blue value is 140 (55.08% from 255 or 28.40% from 493); Max value from RGB is 186 - color contains mainly: green. Hex color #A7BA8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7BA8C is #584573. Grayscale: #AFAFAF. Windows color (decimal): -5784948 or 9222823. OLE color: 9222823.

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

Color convert

RGB167186140-
CMYK0.1000.250.27
HSL84.78º25%63.92%-
HSV(B)84.78º24.73%72.94%-
XYZ38.2345.2331.53-
YUV175.08108.21122.24-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.87%
GREEN value IS 186 (73.05% from 255) = 37.73%
BLUE value IS 140 (55.08% from 255) = 28.40%
R=33.87%
G=37.73%
B=28.40%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1671861400.1000.250.2784.782563.92
HexA7BA8CA0191B551940
Octal247272214120313312531100
Binary1010011110111010100011001010011001110111010101110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7BA8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7BA8C; }

 p { color: rgb(167,186,140); }

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

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

 a { background-color: rgb(167,186,140); }

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

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

 span { border-color: rgb(167,186,140); }

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