#A5B889

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

Shades of Norway #A5B889

Tints of Norway #A5B889

Color information

#A5B889 (or 0xA5B889) is unknown color: approx Norway. HEX triplet: A5, B8 and 89. RGB value is (165,184,137). Sum of RGB (Red+Green+Blue) = 165+184+137=486 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.95% from 486); Green value is 184 (72.27% from 255 or 37.86% from 486); Blue value is 137 (53.91% from 255 or 28.19% from 486); Max value from RGB is 184 - color contains mainly: green. Hex color #A5B889 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5B889 is #5A4776. Grayscale: #ADADAD. Windows color (decimal): -5916535 or 9025701. OLE color: 9025701.

HSL color Cylindrical-coordinate representation of color #A5B889: hue angle of 84.26º degrees, saturation: 0.25, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A5B889 is Cyan = 0.10, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.28.

Color convert

RGB165184137-
CMYK0.1000.260.28
HSL84.26º24.87%62.94%-
HSV(B)84.26º25.54%72.16%-
XYZ37.1744.0930.22-
YUV172.96107.71122.32-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.95%
GREEN value IS 184 (72.27% from 255) = 37.86%
BLUE value IS 137 (53.91% from 255) = 28.19%
R=33.95%
G=37.86%
B=28.19%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1651841370.1000.260.2884.2624.8762.94
HexA5B889A01A1C54193f
Octal24527021112032341243177
Binary101001011011100010001001101001101011100101010011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B889; }

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

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

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

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

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

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

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

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