#A1BC9E

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

Shades of Spring Rain #A1BC9E

Tints of Spring Rain #A1BC9E

Color information

#A1BC9E (or 0xA1BC9E) is unknown color: approx Spring Rain. HEX triplet: A1, BC and 9E. RGB value is (161,188,158). Sum of RGB (Red+Green+Blue) = 161+188+158=507 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.76% from 507); Green value is 188 (73.83% from 255 or 37.08% from 507); Blue value is 158 (62.11% from 255 or 31.16% from 507); Max value from RGB is 188 - color contains mainly: green. Hex color #A1BC9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1BC9E is #5E4361. Grayscale: #B0B0B0. Windows color (decimal): -6177634 or 10402977. OLE color: 10402977.

HSL color Cylindrical-coordinate representation of color #A1BC9E: hue angle of 114º 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 #A1BC9E is Cyan = 0.14, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.26.

Color convert

RGB161188158-
CMYK0.1400.160.26
HSL114º18.29%67.84%-
HSV(B)114º15.96%73.73%-
XYZ38.8546.0139.18-
YUV176.51117.55116.94-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.76%
GREEN value IS 188 (73.83% from 255) = 37.08%
BLUE value IS 158 (62.11% from 255) = 31.16%
R=31.76%
G=37.08%
B=31.16%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1611881580.1400.160.2611418.2967.84
HexA1BC9EE0101A721244
Octal241274236160203216222104
Binary1010000110111100100111101110010000110101110010100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1BC9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1BC9E; }

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

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

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

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

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

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

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

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