#A3B58A

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

Shades of Norway #A3B58A

Tints of Norway #A3B58A

Color information

#A3B58A (or 0xA3B58A) is unknown color: approx Norway. HEX triplet: A3, B5 and 8A. RGB value is (163,181,138). Sum of RGB (Red+Green+Blue) = 163+181+138=482 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.82% from 482); Green value is 181 (71.09% from 255 or 37.55% from 482); Blue value is 138 (54.30% from 255 or 28.63% from 482); Max value from RGB is 181 - color contains mainly: green. Hex color #A3B58A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3B58A is #5C4A75. Grayscale: #AAAAAA. Windows color (decimal): -6048374 or 9090467. OLE color: 9090467.

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

Color convert

RGB163181138-
CMYK0.1000.240.29
HSL85.12º22.51%62.55%-
HSV(B)85.12º23.76%70.98%-
XYZ36.2242.6730.37-
YUV170.72109.54122.5-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.82%
GREEN value IS 181 (71.09% from 255) = 37.55%
BLUE value IS 138 (54.30% from 255) = 28.63%
R=33.82%
G=37.55%
B=28.63%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1631811380.1000.240.2985.1222.5162.55
HexA3B58AA0181D55173f
Octal24326521212030351252777
Binary101000111011010110001010101001100011101101010110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B58A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B58A; }

 p { color: rgb(163,181,138); }

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

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

 a { background-color: rgb(163,181,138); }

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

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

 span { border-color: rgb(163,181,138); }

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