#A5B196

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

Shades of Norway #A5B196

Tints of Norway #A5B196

Color information

#A5B196 (or 0xA5B196) is unknown color: approx Norway. HEX triplet: A5, B1 and 96. RGB value is (165,177,150). Sum of RGB (Red+Green+Blue) = 165+177+150=492 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.54% from 492); Green value is 177 (69.53% from 255 or 35.98% from 492); Blue value is 150 (58.98% from 255 or 30.49% from 492); Max value from RGB is 177 - color contains mainly: green. Hex color #A5B196 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5B196 is #5A4E69. Grayscale: #AAAAAA. Windows color (decimal): -5918314 or 9875877. OLE color: 9875877.

HSL color Cylindrical-coordinate representation of color #A5B196: hue angle of 86.67º degrees, saturation: 0.15, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A5B196 is Cyan = 0.07, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB165177150-
CMYK0.0700.150.31
HSL86.67º14.75%64.12%-
HSV(B)86.67º15.25%69.41%-
XYZ36.7441.6534.96-
YUV170.33116.52124.2-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.54%
GREEN value IS 177 (69.53% from 255) = 35.98%
BLUE value IS 150 (58.98% from 255) = 30.49%
R=33.54%
G=35.98%
B=30.49%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1651771500.0700.150.3186.6714.7564.12
HexA5B19670F1F57f40
Octal24526122670173712717100
Binary1010010110110001100101101110111111111101011111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B196; }

 p { color: rgb(165,177,150); }

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

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

 a { background-color: rgb(165,177,150); }

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

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

 span { border-color: rgb(165,177,150); }

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