#A5BA92

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

Shades of Norway #A5BA92

Tints of Norway #A5BA92

Color information

#A5BA92 (or 0xA5BA92) is unknown color: approx Norway. HEX triplet: A5, BA and 92. RGB value is (165,186,146). Sum of RGB (Red+Green+Blue) = 165+186+146=497 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.20% from 497); Green value is 186 (73.05% from 255 or 37.42% from 497); Blue value is 146 (57.42% from 255 or 29.38% from 497); Max value from RGB is 186 - color contains mainly: green. Hex color #A5BA92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5BA92 is #5A456D. Grayscale: #AFAFAF. Windows color (decimal): -5916014 or 9616037. OLE color: 9616037.

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

Color convert

RGB165186146-
CMYK0.1100.220.27
HSL91.5º22.47%65.1%-
HSV(B)91.5º21.51%72.94%-
XYZ38.2645.1933.9-
YUV175.16111.54120.75-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.20%
GREEN value IS 186 (73.05% from 255) = 37.42%
BLUE value IS 146 (57.42% from 255) = 29.38%
R=33.20%
G=37.42%
B=29.38%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1651861460.1100.220.2791.522.4765.1
HexA5BA92B0161B5b1641
Octal245272222130263313326101
Binary1010010110111010100100101011010110110111011011101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5BA92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5BA92; }

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

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

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

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

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

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

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

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