#A0C687

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

Shades of Gossip #A0C687

Tints of Gossip #A0C687

Color information

#A0C687 (or 0xA0C687) is unknown color: approx Gossip. HEX triplet: A0, C6 and 87. RGB value is (160,198,135). Sum of RGB (Red+Green+Blue) = 160+198+135=493 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.45% from 493); Green value is 198 (77.73% from 255 or 40.16% from 493); Blue value is 135 (53.12% from 255 or 27.38% from 493); Max value from RGB is 198 - color contains mainly: green. Hex color #A0C687 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0C687 is #5F3978. Grayscale: #B3B3B3. Windows color (decimal): -6240633 or 8898208. OLE color: 8898208.

HSL color Cylindrical-coordinate representation of color #A0C687: hue angle of 96.19º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A0C687 is Cyan = 0.19, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.22.

Color convert

RGB160198135-
CMYK0.1900.320.22
HSL96.19º35.59%65.29%-
HSV(B)96.19º31.82%77.65%-
XYZ39.0649.6130.44-
YUV179.46102.91114.12-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.45%
GREEN value IS 198 (77.73% from 255) = 40.16%
BLUE value IS 135 (53.12% from 255) = 27.38%
R=32.45%
G=40.16%
B=27.38%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1601981350.1900.320.2296.1935.5965.29
HexA0C6871302016602441
Octal240306207230402614044101
Binary1010000011000110100001111001101000001011011000001001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0C687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0C687; }

 p { color: rgb(160,198,135); }

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

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

 a { background-color: rgb(160,198,135); }

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

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

 span { border-color: rgb(160,198,135); }

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