#A5BB9A

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

Shades of Spring Rain #A5BB9A

Tints of Spring Rain #A5BB9A

Color information

#A5BB9A (or 0xA5BB9A) is unknown color: approx Spring Rain. HEX triplet: A5, BB and 9A. RGB value is (165,187,154). Sum of RGB (Red+Green+Blue) = 165+187+154=506 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.61% from 506); Green value is 187 (73.44% from 255 or 36.96% from 506); Blue value is 154 (60.55% from 255 or 30.43% from 506); Max value from RGB is 187 - color contains mainly: green. Hex color #A5BB9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5BB9A is #5A4465. Grayscale: #B0B0B0. Windows color (decimal): -5915750 or 10140581. OLE color: 10140581.

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

Color convert

RGB165187154-
CMYK0.1200.180.27
HSL100º19.53%66.86%-
HSV(B)100º17.65%73.33%-
XYZ39.1245.8737.36-
YUV176.66115.21119.68-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.61%
GREEN value IS 187 (73.44% from 255) = 36.96%
BLUE value IS 154 (60.55% from 255) = 30.43%
R=32.61%
G=36.96%
B=30.43%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1651871540.1200.180.2710019.5366.86
HexA5BB9AC0121B641443
Octal245273232140223314424103
Binary1010010110111011100110101100010010110111100100101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5BB9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5BB9A; }

 p { color: rgb(165,187,154); }

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

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

 a { background-color: rgb(165,187,154); }

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

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

 span { border-color: rgb(165,187,154); }

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