#A4C195

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

Shades of Spring Rain #A4C195

Tints of Spring Rain #A4C195

Color information

#A4C195 (or 0xA4C195) is unknown color: approx Spring Rain. HEX triplet: A4, C1 and 95. RGB value is (164,193,149). Sum of RGB (Red+Green+Blue) = 164+193+149=506 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.41% from 506); Green value is 193 (75.78% from 255 or 38.14% from 506); Blue value is 149 (58.59% from 255 or 29.45% from 506); Max value from RGB is 193 - color contains mainly: green. Hex color #A4C195 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4C195 is #5B3E6A. Grayscale: #B3B3B3. Windows color (decimal): -5979755 or 9814436. OLE color: 9814436.

HSL color Cylindrical-coordinate representation of color #A4C195: hue angle of 99.55º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A4C195 is Cyan = 0.15, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.

Color convert

RGB164193149-
CMYK0.1500.230.24
HSL99.55º26.19%67.06%-
HSV(B)99.55º22.8%75.69%-
XYZ39.848.235.64-
YUV179.31110.89117.08-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.41%
GREEN value IS 193 (75.78% from 255) = 38.14%
BLUE value IS 149 (58.59% from 255) = 29.45%
R=32.41%
G=38.14%
B=29.45%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1641931490.1500.230.2499.5526.1967.06
HexA4C195F01718641a43
Octal244301225170273014432103
Binary1010010011000001100101011111010111110001100100110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4C195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4C195; }

 p { color: rgb(164,193,149); }

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

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

 a { background-color: rgb(164,193,149); }

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

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

 span { border-color: rgb(164,193,149); }

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