#A0BF91

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

Shades of Spring Rain #A0BF91

Tints of Spring Rain #A0BF91

Color information

#A0BF91 (or 0xA0BF91) is unknown color: approx Spring Rain. HEX triplet: A0, BF and 91. RGB value is (160,191,145). Sum of RGB (Red+Green+Blue) = 160+191+145=496 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.26% from 496); Green value is 191 (75% from 255 or 38.51% from 496); Blue value is 145 (57.03% from 255 or 29.23% from 496); Max value from RGB is 191 - color contains mainly: green. Hex color #A0BF91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0BF91 is #5F406E. Grayscale: #B0B0B0. Windows color (decimal): -6242415 or 9551776. OLE color: 9551776.

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

Color convert

RGB160191145-
CMYK0.1600.240.25
HSL100.43º26.44%65.88%-
HSV(B)100.43º24.08%74.9%-
XYZ38.2446.7833.8-
YUV176.49110.23116.24-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.26%
GREEN value IS 191 (75% from 255) = 38.51%
BLUE value IS 145 (57.03% from 255) = 29.23%
R=32.26%
G=38.51%
B=29.23%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1601911450.1600.240.25100.4326.4465.88
HexA0BF911001819641a42
Octal240277221200303114432102
Binary10100000101111111001000110000011000110011100100110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0BF91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0BF91; }

 p { color: rgb(160,191,145); }

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

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

 a { background-color: rgb(160,191,145); }

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

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

 span { border-color: rgb(160,191,145); }

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