#A0C885

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

Shades of Gossip #A0C885

Tints of Gossip #A0C885

Color information

#A0C885 (or 0xA0C885) is unknown color: approx Gossip. HEX triplet: A0, C8 and 85. RGB value is (160,200,133). Sum of RGB (Red+Green+Blue) = 160+200+133=493 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.45% from 493); Green value is 200 (78.52% from 255 or 40.57% from 493); Blue value is 133 (52.34% from 255 or 26.98% from 493); Max value from RGB is 200 - color contains mainly: green. Hex color #A0C885 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0C885 is #5F377A. Grayscale: #B4B4B4. Windows color (decimal): -6240123 or 8767648. OLE color: 8767648.

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

Color convert

RGB160200133-
CMYK0.200.340.22
HSL95.82º37.85%65.29%-
HSV(B)95.82º33.5%78.43%-
XYZ39.3950.4829.86-
YUV180.4101.25113.45-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.45%
GREEN value IS 200 (78.52% from 255) = 40.57%
BLUE value IS 133 (52.34% from 255) = 26.98%
R=32.45%
G=40.57%
B=26.98%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1602001330.200.340.2295.8237.8565.29
HexA0C8851402216602641
Octal240310205240422614046101
Binary1010000011001000100001011010001000101011011000001001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0C885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0C885; }

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

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

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

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

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

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

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

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