#A4C084

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

Shades of Norway #A4C084

Tints of Norway #A4C084

Color information

#A4C084 (or 0xA4C084) is unknown color: approx Norway. HEX triplet: A4, C0 and 84. RGB value is (164,192,132). Sum of RGB (Red+Green+Blue) = 164+192+132=488 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.61% from 488); Green value is 192 (75.39% from 255 or 39.34% from 488); Blue value is 132 (51.95% from 255 or 27.05% from 488); Max value from RGB is 192 - color contains mainly: green. Hex color #A4C084 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4C084 is #5B3F7B. Grayscale: #B1B1B1. Windows color (decimal): -5980028 or 8700068. OLE color: 8700068.

HSL color Cylindrical-coordinate representation of color #A4C084: hue angle of 88º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A4C084 is Cyan = 0.15, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.25.

Color convert

RGB164192132-
CMYK0.1500.310.25
HSL88º32.26%63.53%-
HSV(B)88º31.25%75.29%-
XYZ38.3247.2628.93-
YUV176.79102.72118.88-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.61%
GREEN value IS 192 (75.39% from 255) = 39.34%
BLUE value IS 132 (51.95% from 255) = 27.05%
R=33.61%
G=39.34%
B=27.05%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1641921320.1500.310.258832.2663.53
HexA4C084F01F19582040
Octal244300204170373113040100
Binary10100100110000001000010011110111111100110110001000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4C084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4C084; }

 p { color: rgb(164,192,132); }

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

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

 a { background-color: rgb(164,192,132); }

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

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

 span { border-color: rgb(164,192,132); }

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