#A5B589

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

Shades of Norway #A5B589

Tints of Norway #A5B589

Color information

#A5B589 (or 0xA5B589) is unknown color: approx Norway. HEX triplet: A5, B5 and 89. RGB value is (165,181,137). Sum of RGB (Red+Green+Blue) = 165+181+137=483 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.16% from 483); Green value is 181 (71.09% from 255 or 37.47% from 483); Blue value is 137 (53.91% from 255 or 28.36% from 483); Max value from RGB is 181 - color contains mainly: green. Hex color #A5B589 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5B589 is #5A4A76. Grayscale: #ABABAB. Windows color (decimal): -5917303 or 9024933. OLE color: 9024933.

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

Color convert

RGB165181137-
CMYK0.0900.240.29
HSL81.82º22.92%62.35%-
HSV(B)81.82º24.31%70.98%-
XYZ36.5642.8530.01-
YUV171.2108.7123.58-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.16%
GREEN value IS 181 (71.09% from 255) = 37.47%
BLUE value IS 137 (53.91% from 255) = 28.36%
R=34.16%
G=37.47%
B=28.36%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1651811370.0900.240.2981.8222.9262.35
HexA5B58990181D52173e
Octal24526521111030351222776
Binary101001011011010110001001100101100011101101001010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B589; }

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

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

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

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

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

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

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

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