#A0B396

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

Shades of Spring Rain #A0B396

Tints of Spring Rain #A0B396

Color information

#A0B396 (or 0xA0B396) is unknown color: approx Spring Rain. HEX triplet: A0, B3 and 96. RGB value is (160,179,150). Sum of RGB (Red+Green+Blue) = 160+179+150=489 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.72% from 489); Green value is 179 (70.31% from 255 or 36.61% from 489); Blue value is 150 (58.98% from 255 or 30.67% from 489); Max value from RGB is 179 - color contains mainly: green. Hex color #A0B396 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0B396 is #5F4C69. Grayscale: #AAAAAA. Windows color (decimal): -6245482 or 9876384. OLE color: 9876384.

HSL color Cylindrical-coordinate representation of color #A0B396: hue angle of 99.31º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A0B396 is Cyan = 0.11, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.30.

Color convert

RGB160179150-
CMYK0.1100.160.30
HSL99.31º16.02%64.51%-
HSV(B)99.31º16.2%70.2%-
XYZ36.1241.9235.04-
YUV170.01116.71120.86-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.72%
GREEN value IS 179 (70.31% from 255) = 36.61%
BLUE value IS 150 (58.98% from 255) = 30.67%
R=32.72%
G=36.61%
B=30.67%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1601791500.1100.160.3099.3116.0264.51
HexA0B396B0101E631041
Octal240263226130203614320101
Binary1010000010110011100101101011010000111101100011100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B396; }

 p { color: rgb(160,179,150); }

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

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

 a { background-color: rgb(160,179,150); }

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

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

 span { border-color: rgb(160,179,150); }

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