#A3BE8C

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

Shades of Norway #A3BE8C

Tints of Norway #A3BE8C

Color information

#A3BE8C (or 0xA3BE8C) is unknown color: approx Norway. HEX triplet: A3, BE and 8C. RGB value is (163,190,140). Sum of RGB (Red+Green+Blue) = 163+190+140=493 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.06% from 493); Green value is 190 (74.61% from 255 or 38.54% from 493); Blue value is 140 (55.08% from 255 or 28.40% from 493); Max value from RGB is 190 - color contains mainly: green. Hex color #A3BE8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3BE8C is #5C4173. Grayscale: #B0B0B0. Windows color (decimal): -6046068 or 9223843. OLE color: 9223843.

HSL color Cylindrical-coordinate representation of color #A3BE8C: hue angle of 92.4º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A3BE8C is Cyan = 0.14, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB163190140-
CMYK0.1400.260.25
HSL92.4º27.78%64.71%-
HSV(B)92.4º26.32%74.51%-
XYZ38.2546.5131.77-
YUV176.23107.55118.57-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.06%
GREEN value IS 190 (74.61% from 255) = 38.54%
BLUE value IS 140 (55.08% from 255) = 28.40%
R=33.06%
G=38.54%
B=28.40%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1631901400.1400.260.2592.427.7864.71
HexA3BE8CE01A195c1c41
Octal243276214160323113434101
Binary1010001110111110100011001110011010110011011100111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3BE8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3BE8C; }

 p { color: rgb(163,190,140); }

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

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

 a { background-color: rgb(163,190,140); }

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

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

 span { border-color: rgb(163,190,140); }

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