#A5B494

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

Shades of Norway #A5B494

Tints of Norway #A5B494

Color information

#A5B494 (or 0xA5B494) is unknown color: approx Norway. HEX triplet: A5, B4 and 94. RGB value is (165,180,148). Sum of RGB (Red+Green+Blue) = 165+180+148=493 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.47% from 493); Green value is 180 (70.70% from 255 or 36.51% from 493); Blue value is 148 (58.20% from 255 or 30.02% from 493); Max value from RGB is 180 - color contains mainly: green. Hex color #A5B494 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5B494 is #5A4B6B. Grayscale: #ABABAB. Windows color (decimal): -5917548 or 9745573. OLE color: 9745573.

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

Color convert

RGB165180148-
CMYK0.0800.180.29
HSL88.12º17.58%64.31%-
HSV(B)88.12º17.78%70.59%-
XYZ37.1842.7834.31-
YUV171.87114.53123.1-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.47%
GREEN value IS 180 (70.70% from 255) = 36.51%
BLUE value IS 148 (58.20% from 255) = 30.02%
R=33.47%
G=36.51%
B=30.02%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1651801480.0800.180.2988.1217.5864.31
HexA5B49480121D581240
Octal245264224100223513022100
Binary1010010110110100100101001000010010111011011000100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B494; }

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

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

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

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

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

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

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

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