#A5B78A

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

Shades of Norway #A5B78A

Tints of Norway #A5B78A

Color information

#A5B78A (or 0xA5B78A) is unknown color: approx Norway. HEX triplet: A5, B7 and 8A. RGB value is (165,183,138). Sum of RGB (Red+Green+Blue) = 165+183+138=486 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.95% from 486); Green value is 183 (71.88% from 255 or 37.65% from 486); Blue value is 138 (54.30% from 255 or 28.40% from 486); Max value from RGB is 183 - color contains mainly: green. Hex color #A5B78A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5B78A is #5A4875. Grayscale: #ACACAC. Windows color (decimal): -5916790 or 9090981. OLE color: 9090981.

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

Color convert

RGB165183138-
CMYK0.1000.250.28
HSL84º23.81%62.94%-
HSV(B)84º24.59%71.76%-
XYZ37.0443.730.53-
YUV172.49108.54122.66-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.95%
GREEN value IS 183 (71.88% from 255) = 37.65%
BLUE value IS 138 (54.30% from 255) = 28.40%
R=33.95%
G=37.65%
B=28.40%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1651831380.1000.250.288423.8162.94
HexA5B78AA0191C54183f
Octal24526721212031341243077
Binary101001011011011110001010101001100111100101010011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B78A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B78A; }

 p { color: rgb(165,183,138); }

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

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

 a { background-color: rgb(165,183,138); }

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

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

 span { border-color: rgb(165,183,138); }

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