#A5C898

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

Shades of Spring Rain #A5C898

Tints of Spring Rain #A5C898

Color information

#A5C898 (or 0xA5C898) is unknown color: approx Spring Rain. HEX triplet: A5, C8 and 98. RGB value is (165,200,152). Sum of RGB (Red+Green+Blue) = 165+200+152=517 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.91% from 517); Green value is 200 (78.52% from 255 or 38.68% from 517); Blue value is 152 (59.77% from 255 or 29.40% from 517); Max value from RGB is 200 - color contains mainly: green. Hex color #A5C898 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5C898 is #5A3767. Grayscale: #B8B8B8. Windows color (decimal): -5912424 or 10012837. OLE color: 10012837.

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

Color convert

RGB165200152-
CMYK0.1800.240.22
HSL103.75º30.38%69.02%-
HSV(B)103.75º24%78.43%-
XYZ41.8451.5737.46-
YUV184.06109.9114.4-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.91%
GREEN value IS 200 (78.52% from 255) = 38.68%
BLUE value IS 152 (59.77% from 255) = 29.40%
R=31.91%
G=38.68%
B=29.40%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1652001520.1800.240.22103.7530.3869.02
HexA5C8981201816681e45
Octal245310230220302615036105
Binary10100101110010001001100010010011000101101101000111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C898; }

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

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

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

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

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

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

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

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