#A4BE8C

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

Shades of Norway #A4BE8C

Tints of Norway #A4BE8C

Color information

#A4BE8C (or 0xA4BE8C) is unknown color: approx Norway. HEX triplet: A4, BE and 8C. RGB value is (164,190,140). Sum of RGB (Red+Green+Blue) = 164+190+140=494 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.20% from 494); Green value is 190 (74.61% from 255 or 38.46% from 494); Blue value is 140 (55.08% from 255 or 28.34% from 494); Max value from RGB is 190 - color contains mainly: green. Hex color #A4BE8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4BE8C is #5B4173. Grayscale: #B0B0B0. Windows color (decimal): -5980532 or 9223844. OLE color: 9223844.

HSL color Cylindrical-coordinate representation of color #A4BE8C: hue angle of 91.2º 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 #A4BE8C is Cyan = 0.14, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB164190140-
CMYK0.1400.260.25
HSL91.2º27.78%64.71%-
HSV(B)91.2º26.32%74.51%-
XYZ38.4646.6131.78-
YUV176.53107.39119.07-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.20%
GREEN value IS 190 (74.61% from 255) = 38.46%
BLUE value IS 140 (55.08% from 255) = 28.34%
R=33.20%
G=38.46%
B=28.34%

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
Decimal1641901400.1400.260.2591.227.7864.71
HexA4BE8CE01A195b1c41
Octal244276214160323113334101
Binary1010010010111110100011001110011010110011011011111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BE8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BE8C; }

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

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

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

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

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

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

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

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