#A3BD82

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

Shades of Norway #A3BD82

Tints of Norway #A3BD82

Color information

#A3BD82 (or 0xA3BD82) is unknown color: approx Norway. HEX triplet: A3, BD and 82. RGB value is (163,189,130). Sum of RGB (Red+Green+Blue) = 163+189+130=482 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.82% from 482); Green value is 189 (74.22% from 255 or 39.21% from 482); Blue value is 130 (51.17% from 255 or 26.97% from 482); Max value from RGB is 189 - color contains mainly: green. Hex color #A3BD82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3BD82 is #5C427D. Grayscale: #AEAEAE. Windows color (decimal): -6046334 or 8568227. OLE color: 8568227.

HSL color Cylindrical-coordinate representation of color #A3BD82: hue angle of 86.44º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A3BD82 is Cyan = 0.14, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.26.

Color convert

RGB163189130-
CMYK0.1400.310.26
HSL86.44º30.89%62.55%-
HSV(B)86.44º31.22%74.12%-
XYZ37.3345.7927.99-
YUV174.5102.89119.8-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.82%
GREEN value IS 189 (74.22% from 255) = 39.21%
BLUE value IS 130 (51.17% from 255) = 26.97%
R=33.82%
G=39.21%
B=26.97%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1631891300.1400.310.2686.4430.8962.55
HexA3BD82E01F1A561f3f
Octal24327520216037321263777
Binary101000111011110110000010111001111111010101011011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3BD82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3BD82; }

 p { color: rgb(163,189,130); }

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

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

 a { background-color: rgb(163,189,130); }

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

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

 span { border-color: rgb(163,189,130); }

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