#A7B996

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

Shades of Norway #A7B996

Tints of Norway #A7B996

Color information

#A7B996 (or 0xA7B996) is unknown color: approx Norway. HEX triplet: A7, B9 and 96. RGB value is (167,185,150). Sum of RGB (Red+Green+Blue) = 167+185+150=502 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.27% from 502); Green value is 185 (72.66% from 255 or 36.85% from 502); Blue value is 150 (58.98% from 255 or 29.88% from 502); Max value from RGB is 185 - color contains mainly: green. Hex color #A7B996 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7B996 is #584669. Grayscale: #AFAFAF. Windows color (decimal): -5785194 or 9877927. OLE color: 9877927.

HSL color Cylindrical-coordinate representation of color #A7B996: hue angle of 90.86º degrees, saturation: 0.2, 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 #A7B996 is Cyan = 0.10, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB167185150-
CMYK0.1000.190.27
HSL90.86º20%65.69%-
HSV(B)90.86º18.92%72.55%-
XYZ38.7945.1235.52-
YUV175.63113.54121.85-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.27%
GREEN value IS 185 (72.66% from 255) = 36.85%
BLUE value IS 150 (58.98% from 255) = 29.88%
R=33.27%
G=36.85%
B=29.88%

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
Decimal1671851500.1000.190.2790.862065.69
HexA7B996A0131B5b1442
Octal247271226120233313324102
Binary1010011110111001100101101010010011110111011011101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7B996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7B996; }

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

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

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

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

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

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

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

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