#A5BA95

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

Shades of Norway #A5BA95

Tints of Norway #A5BA95

Color information

#A5BA95 (or 0xA5BA95) is unknown color: approx Norway. HEX triplet: A5, BA and 95. RGB value is (165,186,149). Sum of RGB (Red+Green+Blue) = 165+186+149=500 (66% of max value = 765). Red value is 165 (64.84% from 255 or 33% from 500); Green value is 186 (73.05% from 255 or 37.2% from 500); Blue value is 149 (58.59% from 255 or 29.8% from 500); Max value from RGB is 186 - color contains mainly: green. Hex color #A5BA95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5BA95 is #5A456A. Grayscale: #AFAFAF. Windows color (decimal): -5916011 or 9812645. OLE color: 9812645.

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

Color convert

RGB165186149-
CMYK0.1100.200.27
HSL94.05º21.14%65.69%-
HSV(B)94.05º19.89%72.94%-
XYZ38.545.2935.15-
YUV175.5113.04120.51-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33%
GREEN value IS 186 (73.05% from 255) = 37.2%
BLUE value IS 149 (58.59% from 255) = 29.8%
R=33%
G=37.2%
B=29.8%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1651861490.1100.200.2794.0521.1465.69
HexA5BA95B0141B5e1542
Octal245272225130243313625102
Binary1010010110111010100101011011010100110111011110101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5BA95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5BA95; }

 p { color: rgb(165,186,149); }

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

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

 a { background-color: rgb(165,186,149); }

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

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

 span { border-color: rgb(165,186,149); }

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