#A0C887

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

Shades of Gossip #A0C887

Tints of Gossip #A0C887

Color information

#A0C887 (or 0xA0C887) is unknown color: approx Gossip. HEX triplet: A0, C8 and 87. RGB value is (160,200,135). Sum of RGB (Red+Green+Blue) = 160+200+135=495 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.32% from 495); Green value is 200 (78.52% from 255 or 40.40% from 495); Blue value is 135 (53.12% from 255 or 27.27% from 495); Max value from RGB is 200 - color contains mainly: green. Hex color #A0C887 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0C887 is #5F3778. Grayscale: #B4B4B4. Windows color (decimal): -6240121 or 8898720. OLE color: 8898720.

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

Color convert

RGB160200135-
CMYK0.200.320.22
HSL96.92º37.14%65.69%-
HSV(B)96.92º32.5%78.43%-
XYZ39.5250.5330.59-
YUV180.63102.25113.29-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.32%
GREEN value IS 200 (78.52% from 255) = 40.40%
BLUE value IS 135 (53.12% from 255) = 27.27%
R=32.32%
G=40.40%
B=27.27%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1602001350.200.320.2296.9237.1465.69
HexA0C8871402016612542
Octal240310207240402614145102
Binary1010000011001000100001111010001000001011011000011001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0C887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0C887; }

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

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

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

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

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

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

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

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