#A0BE97

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

Shades of Spring Rain #A0BE97

Tints of Spring Rain #A0BE97

Color information

#A0BE97 (or 0xA0BE97) is unknown color: approx Spring Rain. HEX triplet: A0, BE and 97. RGB value is (160,190,151). Sum of RGB (Red+Green+Blue) = 160+190+151=501 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.94% from 501); Green value is 190 (74.61% from 255 or 37.92% from 501); Blue value is 151 (59.38% from 255 or 30.14% from 501); Max value from RGB is 190 - color contains mainly: green. Hex color #A0BE97 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0BE97 is #5F4168. Grayscale: #B0B0B0. Windows color (decimal): -6242665 or 9944736. OLE color: 9944736.

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

Color convert

RGB160190151-
CMYK0.1600.210.25
HSL106.15º23.08%66.86%-
HSV(B)106.15º20.53%74.51%-
XYZ38.546.5336.23-
YUV176.58113.56116.17-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.94%
GREEN value IS 190 (74.61% from 255) = 37.92%
BLUE value IS 151 (59.38% from 255) = 30.14%
R=31.94%
G=37.92%
B=30.14%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1601901510.1600.210.25106.1523.0866.86
HexA0BE9710015196a1743
Octal240276227200253115227103
Binary10100000101111101001011110000010101110011101010101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0BE97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0BE97; }

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

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

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

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

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

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

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

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