#A4C583

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

Shades of Norway #A4C583

Tints of Norway #A4C583

Color information

#A4C583 (or 0xA4C583) is unknown color: approx Norway. HEX triplet: A4, C5 and 83. RGB value is (164,197,131). Sum of RGB (Red+Green+Blue) = 164+197+131=492 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.33% from 492); Green value is 197 (77.34% from 255 or 40.04% from 492); Blue value is 131 (51.56% from 255 or 26.63% from 492); Max value from RGB is 197 - color contains mainly: green. Hex color #A4C583 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4C583 is #5B3A7C. Grayscale: #B3B3B3. Windows color (decimal): -5978749 or 8635812. OLE color: 8635812.

HSL color Cylindrical-coordinate representation of color #A4C583: hue angle of 90º degrees, saturation: 0.36, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A4C583 is Cyan = 0.17, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.23.

Color convert

RGB164197131-
CMYK0.1700.340.23
HSL90º36.26%64.31%-
HSV(B)90º33.5%77.25%-
XYZ39.3749.4628.95-
YUV179.61100.57116.87-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.33%
GREEN value IS 197 (77.34% from 255) = 40.04%
BLUE value IS 131 (51.56% from 255) = 26.63%
R=33.33%
G=40.04%
B=26.63%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1641971310.1700.340.239036.2664.31
HexA4C58311022175a2440
Octal244305203210422713244100
Binary1010010011000101100000111000101000101011110110101001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4C583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4C583; }

 p { color: rgb(164,197,131); }

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

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

 a { background-color: rgb(164,197,131); }

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

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

 span { border-color: rgb(164,197,131); }

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