#A4C699

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

Shades of Spring Rain #A4C699

Tints of Spring Rain #A4C699

Color information

#A4C699 (or 0xA4C699) is unknown color: approx Spring Rain. HEX triplet: A4, C6 and 99. RGB value is (164,198,153). Sum of RGB (Red+Green+Blue) = 164+198+153=515 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.84% from 515); Green value is 198 (77.73% from 255 or 38.45% from 515); Blue value is 153 (60.16% from 255 or 29.71% from 515); Max value from RGB is 198 - color contains mainly: green. Hex color #A4C699 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4C699 is #5B3966. Grayscale: #B6B6B6. Windows color (decimal): -5978471 or 10077860. OLE color: 10077860.

HSL color Cylindrical-coordinate representation of color #A4C699: hue angle of 105.33º degrees, saturation: 0.28, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A4C699 is Cyan = 0.17, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.22.

Color convert

RGB164198153-
CMYK0.1700.230.22
HSL105.33º28.3%68.82%-
HSV(B)105.33º22.73%77.65%-
XYZ41.2550.5837.73-
YUV182.7111.24114.66-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.84%
GREEN value IS 198 (77.73% from 255) = 38.45%
BLUE value IS 153 (60.16% from 255) = 29.71%
R=31.84%
G=38.45%
B=29.71%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1641981530.1700.230.22105.3328.368.82
HexA4C6991101716691c45
Octal244306231210272615134105
Binary10100100110001101001100110001010111101101101001111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4C699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4C699; }

 p { color: rgb(164,198,153); }

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

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

 a { background-color: rgb(164,198,153); }

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

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

 span { border-color: rgb(164,198,153); }

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