#A5B58C

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

Shades of Norway #A5B58C

Tints of Norway #A5B58C

Color information

#A5B58C (or 0xA5B58C) is unknown color: approx Norway. HEX triplet: A5, B5 and 8C. RGB value is (165,181,140). Sum of RGB (Red+Green+Blue) = 165+181+140=486 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.95% from 486); Green value is 181 (71.09% from 255 or 37.24% from 486); Blue value is 140 (55.08% from 255 or 28.81% from 486); Max value from RGB is 181 - color contains mainly: green. Hex color #A5B58C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5B58C is #5A4A73. Grayscale: #ABABAB. Windows color (decimal): -5917300 or 9221541. OLE color: 9221541.

HSL color Cylindrical-coordinate representation of color #A5B58C: hue angle of 83.41º degrees, saturation: 0.22, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A5B58C is Cyan = 0.09, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.29.

Color convert

RGB165181140-
CMYK0.0900.230.29
HSL83.41º21.69%62.94%-
HSV(B)83.41º22.65%70.98%-
XYZ36.7742.9431.16-
YUV171.54110.2123.33-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.95%
GREEN value IS 181 (71.09% from 255) = 37.24%
BLUE value IS 140 (55.08% from 255) = 28.81%
R=33.95%
G=37.24%
B=28.81%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1651811400.0900.230.2983.4121.6962.94
HexA5B58C90171D53163f
Octal24526521411027351232677
Binary101001011011010110001100100101011111101101001110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B58C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B58C; }

 p { color: rgb(165,181,140); }

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

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

 a { background-color: rgb(165,181,140); }

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

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

 span { border-color: rgb(165,181,140); }

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