#A5B58B

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

Shades of Norway #A5B58B

Tints of Norway #A5B58B

Color information

#A5B58B (or 0xA5B58B) is unknown color: approx Norway. HEX triplet: A5, B5 and 8B. RGB value is (165,181,139). Sum of RGB (Red+Green+Blue) = 165+181+139=485 (64% of max value = 765). Red value is 165 (64.84% from 255 or 34.02% from 485); Green value is 181 (71.09% from 255 or 37.32% from 485); Blue value is 139 (54.69% from 255 or 28.66% from 485); Max value from RGB is 181 - color contains mainly: green. Hex color #A5B58B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5B58B is #5A4A74. Grayscale: #ABABAB. Windows color (decimal): -5917301 or 9156005. OLE color: 9156005.

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

Color convert

RGB165181139-
CMYK0.0900.230.29
HSL82.86º22.11%62.75%-
HSV(B)82.86º23.2%70.98%-
XYZ36.742.9130.77-
YUV171.43109.7123.42-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.02%
GREEN value IS 181 (71.09% from 255) = 37.32%
BLUE value IS 139 (54.69% from 255) = 28.66%
R=34.02%
G=37.32%
B=28.66%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1651811390.0900.230.2982.8622.1162.75
HexA5B58B90171D53163f
Octal24526521311027351232677
Binary101001011011010110001011100101011111101101001110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B58B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B58B; }

 p { color: rgb(165,181,139); }

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

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

 a { background-color: rgb(165,181,139); }

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

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

 span { border-color: rgb(165,181,139); }

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