#A0B889

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

Shades of Norway #A0B889

Tints of Norway #A0B889

Color information

#A0B889 (or 0xA0B889) is unknown color: approx Norway. HEX triplet: A0, B8 and 89. RGB value is (160,184,137). Sum of RGB (Red+Green+Blue) = 160+184+137=481 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.26% from 481); Green value is 184 (72.27% from 255 or 38.25% from 481); Blue value is 137 (53.91% from 255 or 28.48% from 481); Max value from RGB is 184 - color contains mainly: green. Hex color #A0B889 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0B889 is #5F4776. Grayscale: #ABABAB. Windows color (decimal): -6244215 or 9025696. OLE color: 9025696.

HSL color Cylindrical-coordinate representation of color #A0B889: hue angle of 90.64º 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 #A0B889 is Cyan = 0.13, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.28.

Color convert

RGB160184137-
CMYK0.1300.260.28
HSL90.64º24.87%62.94%-
HSV(B)90.64º25.54%72.16%-
XYZ36.1543.5630.17-
YUV171.47108.55119.82-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.26%
GREEN value IS 184 (72.27% from 255) = 38.25%
BLUE value IS 137 (53.91% from 255) = 28.48%
R=33.26%
G=38.25%
B=28.48%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1601841370.1300.260.2890.6424.8762.94
HexA0B889D01A1C5b193f
Octal24027021115032341333177
Binary101000001011100010001001110101101011100101101111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B889; }

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

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

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

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

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

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

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

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