#A0B399

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

Shades of Spring Rain #A0B399

Tints of Spring Rain #A0B399

Color information

#A0B399 (or 0xA0B399) is unknown color: approx Spring Rain. HEX triplet: A0, B3 and 99. RGB value is (160,179,153). Sum of RGB (Red+Green+Blue) = 160+179+153=492 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.52% from 492); Green value is 179 (70.31% from 255 or 36.38% from 492); Blue value is 153 (60.16% from 255 or 31.10% from 492); Max value from RGB is 179 - color contains mainly: green. Hex color #A0B399 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0B399 is #5F4C66. Grayscale: #AAAAAA. Windows color (decimal): -6245479 or 10072992. OLE color: 10072992.

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

Color convert

RGB160179153-
CMYK0.1100.150.30
HSL103.85º14.61%65.1%-
HSV(B)103.85º14.53%70.2%-
XYZ36.3742.0136.33-
YUV170.36118.21120.61-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.52%
GREEN value IS 179 (70.31% from 255) = 36.38%
BLUE value IS 153 (60.16% from 255) = 31.10%
R=32.52%
G=36.38%
B=31.10%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1601791530.1100.150.30103.8514.6165.1
HexA0B399B0F1E68f41
Octal240263231130173615017101
Binary10100000101100111001100110110111111110110100011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B399; }

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

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

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

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

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

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

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

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