#A0BC99

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

Shades of Spring Rain #A0BC99

Tints of Spring Rain #A0BC99

Color information

#A0BC99 (or 0xA0BC99) is unknown color: approx Spring Rain. HEX triplet: A0, BC and 99. RGB value is (160,188,153). Sum of RGB (Red+Green+Blue) = 160+188+153=501 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.94% from 501); Green value is 188 (73.83% from 255 or 37.52% from 501); Blue value is 153 (60.16% from 255 or 30.54% from 501); Max value from RGB is 188 - color contains mainly: green. Hex color #A0BC99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0BC99 is #5F4366. Grayscale: #AFAFAF. Windows color (decimal): -6243175 or 10075296. OLE color: 10075296.

HSL color Cylindrical-coordinate representation of color #A0BC99: hue angle of 108º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A0BC99 is Cyan = 0.15, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.26.

Color convert

RGB160188153-
CMYK0.1500.190.26
HSL108º20.71%66.86%-
HSV(B)108º18.62%73.73%-
XYZ38.2345.7436.95-
YUV175.64115.22116.85-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.94%
GREEN value IS 188 (73.83% from 255) = 37.52%
BLUE value IS 153 (60.16% from 255) = 30.54%
R=31.94%
G=37.52%
B=30.54%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1601881530.1500.190.2610820.7166.86
HexA0BC99F0131A6c1543
Octal240274231170233215425103
Binary1010000010111100100110011111010011110101101100101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0BC99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0BC99; }

 p { color: rgb(160,188,153); }

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

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

 a { background-color: rgb(160,188,153); }

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

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

 span { border-color: rgb(160,188,153); }

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