#A0B696

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

Shades of Spring Rain #A0B696

Tints of Spring Rain #A0B696

Color information

#A0B696 (or 0xA0B696) is unknown color: approx Spring Rain. HEX triplet: A0, B6 and 96. RGB value is (160,182,150). Sum of RGB (Red+Green+Blue) = 160+182+150=492 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.52% from 492); Green value is 182 (71.48% from 255 or 36.99% from 492); Blue value is 150 (58.98% from 255 or 30.49% from 492); Max value from RGB is 182 - color contains mainly: green. Hex color #A0B696 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0B696 is #5F4969. Grayscale: #ABABAB. Windows color (decimal): -6244714 or 9877152. OLE color: 9877152.

HSL color Cylindrical-coordinate representation of color #A0B696: hue angle of 101.25º degrees, saturation: 0.18, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A0B696 is Cyan = 0.12, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB160182150-
CMYK0.1200.180.29
HSL101.25º17.98%65.1%-
HSV(B)101.25º17.58%71.37%-
XYZ36.7343.1335.24-
YUV171.77115.71119.6-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.52%
GREEN value IS 182 (71.48% from 255) = 36.99%
BLUE value IS 150 (58.98% from 255) = 30.49%
R=32.52%
G=36.99%
B=30.49%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1601821500.1200.180.29101.2517.9865.1
HexA0B696C0121D651241
Octal240266226140223514522101
Binary1010000010110110100101101100010010111011100101100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B696; }

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

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

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

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

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

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

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

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