#A0BF9C

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

Shades of Spring Rain #A0BF9C

Tints of Spring Rain #A0BF9C

Color information

#A0BF9C (or 0xA0BF9C) is unknown color: approx Spring Rain. HEX triplet: A0, BF and 9C. RGB value is (160,191,156). Sum of RGB (Red+Green+Blue) = 160+191+156=507 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.56% from 507); Green value is 191 (75% from 255 or 37.67% from 507); Blue value is 156 (61.33% from 255 or 30.77% from 507); Max value from RGB is 191 - color contains mainly: green. Hex color #A0BF9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0BF9C is #5F4063. Grayscale: #B1B1B1. Windows color (decimal): -6242404 or 10272672. OLE color: 10272672.

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

Color convert

RGB160191156-
CMYK0.1600.180.25
HSL113.14º21.47%68.04%-
HSV(B)113.14º18.32%74.9%-
XYZ39.1347.1438.49-
YUV177.74115.73115.35-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.56%
GREEN value IS 191 (75% from 255) = 37.67%
BLUE value IS 156 (61.33% from 255) = 30.77%
R=31.56%
G=37.67%
B=30.77%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1601911560.1600.180.25113.1421.4768.04
HexA0BF9C1001219711544
Octal240277234200223116125104
Binary10100000101111111001110010000010010110011110001101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0BF9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0BF9C; }

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

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

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

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

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

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

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

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