#A0B497

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

Shades of Spring Rain #A0B497

Tints of Spring Rain #A0B497

Color information

#A0B497 (or 0xA0B497) is unknown color: approx Spring Rain. HEX triplet: A0, B4 and 97. RGB value is (160,180,151). Sum of RGB (Red+Green+Blue) = 160+180+151=491 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.59% from 491); Green value is 180 (70.70% from 255 or 36.66% from 491); Blue value is 151 (59.38% from 255 or 30.75% from 491); Max value from RGB is 180 - color contains mainly: green. Hex color #A0B497 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0B497 is #5F4B68. Grayscale: #AAAAAA. Windows color (decimal): -6245225 or 9942176. OLE color: 9942176.

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

Color convert

RGB160180151-
CMYK0.1100.160.29
HSL101.38º16.2%64.9%-
HSV(B)101.38º16.11%70.59%-
XYZ36.442.3535.53-
YUV170.71116.87120.36-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.59%
GREEN value IS 180 (70.70% from 255) = 36.66%
BLUE value IS 151 (59.38% from 255) = 30.75%
R=32.59%
G=36.66%
B=30.75%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1601801510.1100.160.29101.3816.264.9
HexA0B497B0101D651041
Octal240264227130203514520101
Binary1010000010110100100101111011010000111011100101100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B497; }

 p { color: rgb(160,180,151); }

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

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

 a { background-color: rgb(160,180,151); }

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

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

 span { border-color: rgb(160,180,151); }

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