#A5BA9B

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

Shades of Spring Rain #A5BA9B

Tints of Spring Rain #A5BA9B

Color information

#A5BA9B (or 0xA5BA9B) is unknown color: approx Spring Rain. HEX triplet: A5, BA and 9B. RGB value is (165,186,155). Sum of RGB (Red+Green+Blue) = 165+186+155=506 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.61% from 506); Green value is 186 (73.05% from 255 or 36.76% from 506); Blue value is 155 (60.94% from 255 or 30.63% from 506); Max value from RGB is 186 - color contains mainly: green. Hex color #A5BA9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5BA9B is #5A4564. Grayscale: #B0B0B0. Windows color (decimal): -5916005 or 10205861. OLE color: 10205861.

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

Color convert

RGB165186155-
CMYK0.1100.170.27
HSL100.65º18.34%66.86%-
HSV(B)100.65º16.67%72.94%-
XYZ38.9945.4837.73-
YUV176.19116.04120.02-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.61%
GREEN value IS 186 (73.05% from 255) = 36.76%
BLUE value IS 155 (60.94% from 255) = 30.63%
R=32.61%
G=36.76%
B=30.63%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1651861550.1100.170.27100.6518.3466.86
HexA5BA9BB0111B651243
Octal245272233130213314522103
Binary1010010110111010100110111011010001110111100101100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5BA9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5BA9B; }

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

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

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

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

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

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

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

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