#A4C38A

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

Shades of Norway #A4C38A

Tints of Norway #A4C38A

Color information

#A4C38A (or 0xA4C38A) is unknown color: approx Norway. HEX triplet: A4, C3 and 8A. RGB value is (164,195,138). Sum of RGB (Red+Green+Blue) = 164+195+138=497 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.00% from 497); Green value is 195 (76.56% from 255 or 39.24% from 497); Blue value is 138 (54.30% from 255 or 27.77% from 497); Max value from RGB is 195 - color contains mainly: green. Hex color #A4C38A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4C38A is #5B3C75. Grayscale: #B3B3B3. Windows color (decimal): -5979254 or 9094052. OLE color: 9094052.

HSL color Cylindrical-coordinate representation of color #A4C38A: hue angle of 92.63º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A4C38A is Cyan = 0.16, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.24.

Color convert

RGB164195138-
CMYK0.1600.290.24
HSL92.63º32.2%65.29%-
HSV(B)92.63º29.23%76.47%-
XYZ39.4148.7631.38-
YUV179.23104.73117.13-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.00%
GREEN value IS 195 (76.56% from 255) = 39.24%
BLUE value IS 138 (54.30% from 255) = 27.77%
R=33.00%
G=39.24%
B=27.77%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1641951380.1600.290.2492.6332.265.29
HexA4C38A1001D185d2041
Octal244303212200353013540101
Binary101001001100001110001010100000111011100010111011000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4C38A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4C38A; }

 p { color: rgb(164,195,138); }

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

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

 a { background-color: rgb(164,195,138); }

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

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

 span { border-color: rgb(164,195,138); }

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