#A4BE93

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

Shades of Norway #A4BE93

Tints of Norway #A4BE93

Color information

#A4BE93 (or 0xA4BE93) is unknown color: approx Norway. HEX triplet: A4, BE and 93. RGB value is (164,190,147). Sum of RGB (Red+Green+Blue) = 164+190+147=501 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.73% from 501); Green value is 190 (74.61% from 255 or 37.92% from 501); Blue value is 147 (57.81% from 255 or 29.34% from 501); Max value from RGB is 190 - color contains mainly: green. Hex color #A4BE93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4BE93 is #5B416C. Grayscale: #B1B1B1. Windows color (decimal): -5980525 or 9682596. OLE color: 9682596.

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

Color convert

RGB164190147-
CMYK0.1400.230.25
HSL96.28º24.86%66.08%-
HSV(B)96.28º22.63%74.51%-
XYZ38.9946.8334.59-
YUV177.32110.89118.5-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.73%
GREEN value IS 190 (74.61% from 255) = 37.92%
BLUE value IS 147 (57.81% from 255) = 29.34%
R=32.73%
G=37.92%
B=29.34%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1641901470.1400.230.2596.2824.8666.08
HexA4BE93E01719601942
Octal244276223160273114031102
Binary1010010010111110100100111110010111110011100000110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BE93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BE93; }

 p { color: rgb(164,190,147); }

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

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

 a { background-color: rgb(164,190,147); }

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

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

 span { border-color: rgb(164,190,147); }

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