#A0B787

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

Shades of Norway #A0B787

Tints of Norway #A0B787

Color information

#A0B787 (or 0xA0B787) is unknown color: approx Norway. HEX triplet: A0, B7 and 87. RGB value is (160,183,135). Sum of RGB (Red+Green+Blue) = 160+183+135=478 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.47% from 478); Green value is 183 (71.88% from 255 or 38.28% from 478); Blue value is 135 (53.12% from 255 or 28.24% from 478); Max value from RGB is 183 - color contains mainly: green. Hex color #A0B787 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0B787 is #5F4878. Grayscale: #AAAAAA. Windows color (decimal): -6244473 or 8894368. OLE color: 8894368.

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

Color convert

RGB160183135-
CMYK0.1300.260.28
HSL88.75º25%62.35%-
HSV(B)88.75º26.23%71.76%-
XYZ35.843.0929.35-
YUV170.65107.88120.4-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.47%
GREEN value IS 183 (71.88% from 255) = 38.28%
BLUE value IS 135 (53.12% from 255) = 28.24%
R=33.47%
G=38.28%
B=28.24%

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
Decimal1601831350.1300.260.2888.752562.35
HexA0B787D01A1C59193e
Octal24026720715032341313176
Binary101000001011011110000111110101101011100101100111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B787; }

 p { color: rgb(160,183,135); }

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

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

 a { background-color: rgb(160,183,135); }

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

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

 span { border-color: rgb(160,183,135); }

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