#A9BC9E

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

Shades of Spring Rain #A9BC9E

Tints of Spring Rain #A9BC9E

Color information

#A9BC9E (or 0xA9BC9E) is unknown color: approx Spring Rain. HEX triplet: A9, BC and 9E. RGB value is (169,188,158). Sum of RGB (Red+Green+Blue) = 169+188+158=515 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.82% from 515); Green value is 188 (73.83% from 255 or 36.50% from 515); Blue value is 158 (62.11% from 255 or 30.68% from 515); Max value from RGB is 188 - color contains mainly: green. Hex color #A9BC9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9BC9E is #564361. Grayscale: #B2B2B2. Windows color (decimal): -5653346 or 10402985. OLE color: 10402985.

HSL color Cylindrical-coordinate representation of color #A9BC9E: hue angle of 98º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A9BC9E is Cyan = 0.10, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.26.

Color convert

RGB169188158-
CMYK0.1000.160.26
HSL98º18.29%67.84%-
HSV(B)98º15.96%73.73%-
XYZ40.5246.8739.26-
YUV178.9116.21120.94-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.82%
GREEN value IS 188 (73.83% from 255) = 36.50%
BLUE value IS 158 (62.11% from 255) = 30.68%
R=32.82%
G=36.50%
B=30.68%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1691881580.1000.160.269818.2967.84
HexA9BC9EA0101A621244
Octal251274236120203214222104
Binary1010100110111100100111101010010000110101100010100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9BC9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9BC9E; }

 p { color: rgb(169,188,158); }

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

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

 a { background-color: rgb(169,188,158); }

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

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

 span { border-color: rgb(169,188,158); }

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