#A5C196

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

Shades of Spring Rain #A5C196

Tints of Spring Rain #A5C196

Color information

#A5C196 (or 0xA5C196) is unknown color: approx Spring Rain. HEX triplet: A5, C1 and 96. RGB value is (165,193,150). Sum of RGB (Red+Green+Blue) = 165+193+150=508 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.48% from 508); Green value is 193 (75.78% from 255 or 37.99% from 508); Blue value is 150 (58.98% from 255 or 29.53% from 508); Max value from RGB is 193 - color contains mainly: green. Hex color #A5C196 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5C196 is #5A3E69. Grayscale: #B3B3B3. Windows color (decimal): -5914218 or 9879973. OLE color: 9879973.

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

Color convert

RGB165193150-
CMYK0.1500.220.24
HSL99.07º25.75%67.25%-
HSV(B)99.07º22.28%75.69%-
XYZ40.0948.3436.07-
YUV179.73111.22117.5-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.48%
GREEN value IS 193 (75.78% from 255) = 37.99%
BLUE value IS 150 (58.98% from 255) = 29.53%
R=32.48%
G=37.99%
B=29.53%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1651931500.1500.220.2499.0725.7567.25
HexA5C196F01618631a43
Octal245301226170263014332103
Binary1010010111000001100101101111010110110001100011110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C196; }

 p { color: rgb(165,193,150); }

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

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

 a { background-color: rgb(165,193,150); }

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

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

 span { border-color: rgb(165,193,150); }

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