#A4C485

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

Shades of Norway #A4C485

Tints of Norway #A4C485

Color information

#A4C485 (or 0xA4C485) is unknown color: approx Norway. HEX triplet: A4, C4 and 85. RGB value is (164,196,133). Sum of RGB (Red+Green+Blue) = 164+196+133=493 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.27% from 493); Green value is 196 (76.95% from 255 or 39.76% from 493); Blue value is 133 (52.34% from 255 or 26.98% from 493); Max value from RGB is 196 - color contains mainly: green. Hex color #A4C485 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4C485 is #5B3B7A. Grayscale: #B3B3B3. Windows color (decimal): -5979003 or 8766628. OLE color: 8766628.

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

Color convert

RGB164196133-
CMYK0.1600.320.23
HSL90.48º34.81%64.51%-
HSV(B)90.48º32.14%76.86%-
XYZ39.2849.0729.59-
YUV179.25101.9117.12-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.27%
GREEN value IS 196 (76.95% from 255) = 39.76%
BLUE value IS 133 (52.34% from 255) = 26.98%
R=33.27%
G=39.76%
B=26.98%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1641961330.1600.320.2390.4834.8164.51
HexA4C48510020175a2341
Octal244304205200402713243101
Binary1010010011000100100001011000001000001011110110101000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4C485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4C485; }

 p { color: rgb(164,196,133); }

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

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

 a { background-color: rgb(164,196,133); }

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

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

 span { border-color: rgb(164,196,133); }

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