#A3BE8A

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

Shades of Norway #A3BE8A

Tints of Norway #A3BE8A

Color information

#A3BE8A (or 0xA3BE8A) is unknown color: approx Norway. HEX triplet: A3, BE and 8A. RGB value is (163,190,138). Sum of RGB (Red+Green+Blue) = 163+190+138=491 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.20% from 491); Green value is 190 (74.61% from 255 or 38.70% from 491); Blue value is 138 (54.30% from 255 or 28.11% from 491); Max value from RGB is 190 - color contains mainly: green. Hex color #A3BE8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3BE8A is #5C4175. Grayscale: #B0B0B0. Windows color (decimal): -6046070 or 9092771. OLE color: 9092771.

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

Color convert

RGB163190138-
CMYK0.1400.270.25
HSL91.15º28.57%64.31%-
HSV(B)91.15º27.37%74.51%-
XYZ38.1146.4531-
YUV176106.55118.73-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.20%
GREEN value IS 190 (74.61% from 255) = 38.70%
BLUE value IS 138 (54.30% from 255) = 28.11%
R=33.20%
G=38.70%
B=28.11%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1631901380.1400.270.2591.1528.5764.31
HexA3BE8AE01B195b1d40
Octal243276212160333113335100
Binary1010001110111110100010101110011011110011011011111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3BE8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3BE8A; }

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

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

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

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

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

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

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

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