#A5C198

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

Shades of Spring Rain #A5C198

Tints of Spring Rain #A5C198

Color information

#A5C198 (or 0xA5C198) is unknown color: approx Spring Rain. HEX triplet: A5, C1 and 98. RGB value is (165,193,152). Sum of RGB (Red+Green+Blue) = 165+193+152=510 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.35% from 510); Green value is 193 (75.78% from 255 or 37.84% from 510); Blue value is 152 (59.77% from 255 or 29.80% from 510); Max value from RGB is 193 - color contains mainly: green. Hex color #A5C198 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5C198 is #5A3E67. Grayscale: #B4B4B4. Windows color (decimal): -5914216 or 10011045. OLE color: 10011045.

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

Color convert

RGB165193152-
CMYK0.1500.210.24
HSL100.98º24.85%67.65%-
HSV(B)100.98º21.24%75.69%-
XYZ40.2548.4136.93-
YUV179.95112.22117.33-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.35%
GREEN value IS 193 (75.78% from 255) = 37.84%
BLUE value IS 152 (59.77% from 255) = 29.80%
R=32.35%
G=37.84%
B=29.80%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1651931520.1500.210.24100.9824.8567.65
HexA5C198F01518651944
Octal245301230170253014531104
Binary1010010111000001100110001111010101110001100101110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C198; }

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

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

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

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

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

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

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

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