#A5B487

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

Shades of Norway #A5B487

Tints of Norway #A5B487

Color information

#A5B487 (or 0xA5B487) is unknown color: approx Norway. HEX triplet: A5, B4 and 87. RGB value is (165,180,135). Sum of RGB (Red+Green+Blue) = 165+180+135=480 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.38% from 480); Green value is 180 (70.70% from 255 or 37.5% from 480); Blue value is 135 (53.12% from 255 or 28.12% from 480); Max value from RGB is 180 - color contains mainly: green. Hex color #A5B487 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5B487 is #5A4B78. Grayscale: #AAAAAA. Windows color (decimal): -5917561 or 8893605. OLE color: 8893605.

HSL color Cylindrical-coordinate representation of color #A5B487: hue angle of 80º 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 #A5B487 is Cyan = 0.08, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.29.

Color convert

RGB165180135-
CMYK0.0800.250.29
HSL80º23.08%61.76%-
HSV(B)80º25%70.59%-
XYZ36.2142.3929.2-
YUV170.38108.03124.16-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.38%
GREEN value IS 180 (70.70% from 255) = 37.5%
BLUE value IS 135 (53.12% from 255) = 28.12%
R=34.38%
G=37.5%
B=28.12%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1651801350.0800.250.298023.0861.76
HexA5B48780191D50173e
Octal24526420710031351202776
Binary101001011011010010000111100001100111101101000010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B487; }

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

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

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

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

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

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

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

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