#A5B498

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

Shades of Norway #A5B498

Tints of Norway #A5B498

Color information

#A5B498 (or 0xA5B498) is unknown color: approx Norway. HEX triplet: A5, B4 and 98. RGB value is (165,180,152). Sum of RGB (Red+Green+Blue) = 165+180+152=497 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.20% from 497); Green value is 180 (70.70% from 255 or 36.22% from 497); Blue value is 152 (59.77% from 255 or 30.58% from 497); Max value from RGB is 180 - color contains mainly: green. Hex color #A5B498 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5B498 is #5A4B67. Grayscale: #ACACAC. Windows color (decimal): -5917544 or 10007717. OLE color: 10007717.

HSL color Cylindrical-coordinate representation of color #A5B498: hue angle of 92.14º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A5B498 is Cyan = 0.08, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.29.

Color convert

RGB165180152-
CMYK0.0800.160.29
HSL92.14º15.73%65.1%-
HSV(B)92.14º15.56%70.59%-
XYZ37.5142.9136.01-
YUV172.32116.53122.78-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.20%
GREEN value IS 180 (70.70% from 255) = 36.22%
BLUE value IS 152 (59.77% from 255) = 30.58%
R=33.20%
G=36.22%
B=30.58%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1651801520.0800.160.2992.1415.7365.1
HexA5B49880101D5c1041
Octal245264230100203513420101
Binary1010010110110100100110001000010000111011011100100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B498; }

 p { color: rgb(165,180,152); }

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

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

 a { background-color: rgb(165,180,152); }

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

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

 span { border-color: rgb(165,180,152); }

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