#A5BA9C

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

Shades of Spring Rain #A5BA9C

Tints of Spring Rain #A5BA9C

Color information

#A5BA9C (or 0xA5BA9C) is unknown color: approx Spring Rain. HEX triplet: A5, BA and 9C. RGB value is (165,186,156). Sum of RGB (Red+Green+Blue) = 165+186+156=507 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.54% from 507); Green value is 186 (73.05% from 255 or 36.69% from 507); Blue value is 156 (61.33% from 255 or 30.77% from 507); Max value from RGB is 186 - color contains mainly: green. Hex color #A5BA9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5BA9C is #5A4563. Grayscale: #B0B0B0. Windows color (decimal): -5916004 or 10271397. OLE color: 10271397.

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

Color convert

RGB165186156-
CMYK0.1100.160.27
HSL102º17.86%67.06%-
HSV(B)102º16.13%72.94%-
XYZ39.0845.5238.18-
YUV176.3116.54119.94-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.54%
GREEN value IS 186 (73.05% from 255) = 36.69%
BLUE value IS 156 (61.33% from 255) = 30.77%
R=32.54%
G=36.69%
B=30.77%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1651861560.1100.160.2710217.8667.06
HexA5BA9CB0101B661243
Octal245272234130203314622103
Binary1010010110111010100111001011010000110111100110100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5BA9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5BA9C; }

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

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

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

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

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

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

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

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