#A0B487

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

Shades of Norway #A0B487

Tints of Norway #A0B487

Color information

#A0B487 (or 0xA0B487) is unknown color: approx Norway. HEX triplet: A0, B4 and 87. RGB value is (160,180,135). Sum of RGB (Red+Green+Blue) = 160+180+135=475 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.68% from 475); Green value is 180 (70.70% from 255 or 37.89% from 475); Blue value is 135 (53.12% from 255 or 28.42% from 475); Max value from RGB is 180 - color contains mainly: green. Hex color #A0B487 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0B487 is #5F4B78. Grayscale: #A9A9A9. Windows color (decimal): -6245241 or 8893600. OLE color: 8893600.

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

Color convert

RGB160180135-
CMYK0.1100.250.29
HSL86.67º23.08%61.76%-
HSV(B)86.67º25%70.59%-
XYZ35.1941.8729.15-
YUV168.89108.87121.66-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.68%
GREEN value IS 180 (70.70% from 255) = 37.89%
BLUE value IS 135 (53.12% from 255) = 28.42%
R=33.68%
G=37.89%
B=28.42%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1601801350.1100.250.2986.6723.0861.76
HexA0B487B0191D57173e
Octal24026420713031351272776
Binary101000001011010010000111101101100111101101011110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B487; }

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

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

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

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

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

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

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

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