#A5BA8A

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

Shades of Norway #A5BA8A

Tints of Norway #A5BA8A

Color information

#A5BA8A (or 0xA5BA8A) is unknown color: approx Norway. HEX triplet: A5, BA and 8A. RGB value is (165,186,138). Sum of RGB (Red+Green+Blue) = 165+186+138=489 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.74% from 489); Green value is 186 (73.05% from 255 or 38.04% from 489); Blue value is 138 (54.30% from 255 or 28.22% from 489); Max value from RGB is 186 - color contains mainly: green. Hex color #A5BA8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5BA8A is #5A4575. Grayscale: #AEAEAE. Windows color (decimal): -5916022 or 9091749. OLE color: 9091749.

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

Color convert

RGB165186138-
CMYK0.1100.260.27
HSL86.25º25.81%63.53%-
HSV(B)86.25º25.81%72.94%-
XYZ37.6644.9530.74-
YUV174.25107.54121.4-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.74%
GREEN value IS 186 (73.05% from 255) = 38.04%
BLUE value IS 138 (54.30% from 255) = 28.22%
R=33.74%
G=38.04%
B=28.22%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1651861380.1100.260.2786.2525.8163.53
HexA5BA8AB01A1B561a40
Octal245272212130323312632100
Binary1010010110111010100010101011011010110111010110110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5BA8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5BA8A; }

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

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

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

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

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

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

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

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