#A4BE90

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

Shades of Norway #A4BE90

Tints of Norway #A4BE90

Color information

#A4BE90 (or 0xA4BE90) is unknown color: approx Norway. HEX triplet: A4, BE and 90. RGB value is (164,190,144). Sum of RGB (Red+Green+Blue) = 164+190+144=498 (65% of max value = 765). Red value is 164 (64.45% from 255 or 32.93% from 498); Green value is 190 (74.61% from 255 or 38.15% from 498); Blue value is 144 (56.64% from 255 or 28.92% from 498); Max value from RGB is 190 - color contains mainly: green. Hex color #A4BE90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4BE90 is #5B416F. Grayscale: #B1B1B1. Windows color (decimal): -5980528 or 9485988. OLE color: 9485988.

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

Color convert

RGB164190144-
CMYK0.1400.240.25
HSL93.91º26.14%65.49%-
HSV(B)93.91º24.21%74.51%-
XYZ38.7646.7333.36-
YUV176.98109.39118.74-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.93%
GREEN value IS 190 (74.61% from 255) = 38.15%
BLUE value IS 144 (56.64% from 255) = 28.92%
R=32.93%
G=38.15%
B=28.92%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1641901440.1400.240.2593.9126.1465.49
HexA4BE90E018195e1a41
Octal244276220160303113632101
Binary1010010010111110100100001110011000110011011110110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BE90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BE90; }

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

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

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

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

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

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

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

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