#A5BA99

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

Shades of Spring Rain #A5BA99

Tints of Spring Rain #A5BA99

Color information

#A5BA99 (or 0xA5BA99) is unknown color: approx Spring Rain. HEX triplet: A5, BA and 99. RGB value is (165,186,153). Sum of RGB (Red+Green+Blue) = 165+186+153=504 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.74% from 504); Green value is 186 (73.05% from 255 or 36.90% from 504); Blue value is 153 (60.16% from 255 or 30.36% from 504); Max value from RGB is 186 - color contains mainly: green. Hex color #A5BA99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5BA99 is #5A4566. Grayscale: #B0B0B0. Windows color (decimal): -5916007 or 10074789. OLE color: 10074789.

HSL color Cylindrical-coordinate representation of color #A5BA99: hue angle of 98.18º degrees, saturation: 0.19, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A5BA99 is Cyan = 0.11, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB165186153-
CMYK0.1100.180.27
HSL98.18º19.3%66.47%-
HSV(B)98.18º17.74%72.94%-
XYZ38.8345.4236.86-
YUV175.96115.04120.18-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.74%
GREEN value IS 186 (73.05% from 255) = 36.90%
BLUE value IS 153 (60.16% from 255) = 30.36%
R=32.74%
G=36.90%
B=30.36%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1651861530.1100.180.2798.1819.366.47
HexA5BA99B0121B621342
Octal245272231130223314223102
Binary1010010110111010100110011011010010110111100010100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5BA99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5BA99; }

 p { color: rgb(165,186,153); }

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

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

 a { background-color: rgb(165,186,153); }

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

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

 span { border-color: rgb(165,186,153); }

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