#A0BE99

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

Shades of Spring Rain #A0BE99

Tints of Spring Rain #A0BE99

Color information

#A0BE99 (or 0xA0BE99) is unknown color: approx Spring Rain. HEX triplet: A0, BE and 99. RGB value is (160,190,153). Sum of RGB (Red+Green+Blue) = 160+190+153=503 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.81% from 503); Green value is 190 (74.61% from 255 or 37.77% from 503); Blue value is 153 (60.16% from 255 or 30.42% from 503); Max value from RGB is 190 - color contains mainly: green. Hex color #A0BE99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0BE99 is #5F4166. Grayscale: #B0B0B0. Windows color (decimal): -6242663 or 10075808. OLE color: 10075808.

HSL color Cylindrical-coordinate representation of color #A0BE99: hue angle of 108.65º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A0BE99 is Cyan = 0.16, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.

Color convert

RGB160190153-
CMYK0.1600.190.25
HSL108.65º22.16%67.25%-
HSV(B)108.65º19.47%74.51%-
XYZ38.6646.637.09-
YUV176.81114.56116.01-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.81%
GREEN value IS 190 (74.61% from 255) = 37.77%
BLUE value IS 153 (60.16% from 255) = 30.42%
R=31.81%
G=37.77%
B=30.42%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1601901530.1600.190.25108.6522.1667.25
HexA0BE9910013196d1643
Octal240276231200233115526103
Binary10100000101111101001100110000010011110011101101101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0BE99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0BE99; }

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

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

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

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

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

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

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

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