#A0B794

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

Shades of Spring Rain #A0B794

Tints of Spring Rain #A0B794

Color information

#A0B794 (or 0xA0B794) is unknown color: approx Spring Rain. HEX triplet: A0, B7 and 94. RGB value is (160,183,148). Sum of RGB (Red+Green+Blue) = 160+183+148=491 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.59% from 491); Green value is 183 (71.88% from 255 or 37.27% from 491); Blue value is 148 (58.20% from 255 or 30.14% from 491); Max value from RGB is 183 - color contains mainly: green. Hex color #A0B794 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0B794 is #5F486B. Grayscale: #ACACAC. Windows color (decimal): -6244460 or 9746336. OLE color: 9746336.

HSL color Cylindrical-coordinate representation of color #A0B794: hue angle of 99.43º degrees, saturation: 0.2, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A0B794 is Cyan = 0.13, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.28.

Color convert

RGB160183148-
CMYK0.1300.190.28
HSL99.43º19.55%64.9%-
HSV(B)99.43º19.13%71.76%-
XYZ36.7843.4834.47-
YUV172.13114.38119.35-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.59%
GREEN value IS 183 (71.88% from 255) = 37.27%
BLUE value IS 148 (58.20% from 255) = 30.14%
R=32.59%
G=37.27%
B=30.14%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1601831480.1300.190.2899.4319.5564.9
HexA0B794D0131C631441
Octal240267224150233414324101
Binary1010000010110111100101001101010011111001100011101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B794; }

 p { color: rgb(160,183,148); }

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

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

 a { background-color: rgb(160,183,148); }

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

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

 span { border-color: rgb(160,183,148); }

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