#A5C19B

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

Shades of Spring Rain #A5C19B

Tints of Spring Rain #A5C19B

Color information

#A5C19B (or 0xA5C19B) is unknown color: approx Spring Rain. HEX triplet: A5, C1 and 9B. RGB value is (165,193,155). Sum of RGB (Red+Green+Blue) = 165+193+155=513 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.16% from 513); Green value is 193 (75.78% from 255 or 37.62% from 513); Blue value is 155 (60.94% from 255 or 30.21% from 513); Max value from RGB is 193 - color contains mainly: green. Hex color #A5C19B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5C19B is #5A3E64. Grayscale: #B4B4B4. Windows color (decimal): -5914213 or 10207653. OLE color: 10207653.

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

Color convert

RGB165193155-
CMYK0.1500.200.24
HSL104.21º23.46%68.24%-
HSV(B)104.21º19.69%75.69%-
XYZ40.548.5138.24-
YUV180.3113.72117.09-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.16%
GREEN value IS 193 (75.78% from 255) = 37.62%
BLUE value IS 155 (60.94% from 255) = 30.21%
R=32.16%
G=37.62%
B=30.21%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1651931550.1500.200.24104.2123.4668.24
HexA5C19BF01418681744
Octal245301233170243015027104
Binary1010010111000001100110111111010100110001101000101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C19B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C19B; }

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

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

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

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

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

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

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

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