#A7BA96

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

Shades of Norway #A7BA96

Tints of Norway #A7BA96

Color information

#A7BA96 (or 0xA7BA96) is unknown color: approx Norway. HEX triplet: A7, BA and 96. RGB value is (167,186,150). Sum of RGB (Red+Green+Blue) = 167+186+150=503 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.20% from 503); Green value is 186 (73.05% from 255 or 36.98% from 503); Blue value is 150 (58.98% from 255 or 29.82% from 503); Max value from RGB is 186 - color contains mainly: green. Hex color #A7BA96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7BA96 is #584569. Grayscale: #B0B0B0. Windows color (decimal): -5784938 or 9878183. OLE color: 9878183.

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

Color convert

RGB167186150-
CMYK0.1000.190.27
HSL91.67º20.69%65.88%-
HSV(B)91.67º19.35%72.94%-
XYZ3945.5435.59-
YUV176.21113.21121.43-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.20%
GREEN value IS 186 (73.05% from 255) = 36.98%
BLUE value IS 150 (58.98% from 255) = 29.82%
R=33.20%
G=36.98%
B=29.82%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1671861500.1000.190.2791.6720.6965.88
HexA7BA96A0131B5c1542
Octal247272226120233313425102
Binary1010011110111010100101101010010011110111011100101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7BA96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7BA96; }

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

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

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

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

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

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

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

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