#A0C58B

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

Shades of Gossip #A0C58B

Tints of Gossip #A0C58B

Color information

#A0C58B (or 0xA0C58B) is unknown color: approx Gossip. HEX triplet: A0, C5 and 8B. RGB value is (160,197,139). Sum of RGB (Red+Green+Blue) = 160+197+139=496 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.26% from 496); Green value is 197 (77.34% from 255 or 39.72% from 496); Blue value is 139 (54.69% from 255 or 28.02% from 496); Max value from RGB is 197 - color contains mainly: green. Hex color #A0C58B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0C58B is #5F3A74. Grayscale: #B3B3B3. Windows color (decimal): -6240885 or 9160096. OLE color: 9160096.

HSL color Cylindrical-coordinate representation of color #A0C58B: hue angle of 98.28º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A0C58B is Cyan = 0.19, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.23.

Color convert

RGB160197139-
CMYK0.1900.290.23
HSL98.28º33.33%65.88%-
HSV(B)98.28º29.44%77.25%-
XYZ39.1249.2731.87-
YUV179.32105.24114.22-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.26%
GREEN value IS 197 (77.34% from 255) = 39.72%
BLUE value IS 139 (54.69% from 255) = 28.02%
R=32.26%
G=39.72%
B=28.02%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1601971390.1900.290.2398.2833.3365.88
HexA0C58B1301D17622142
Octal240305213230352714241102
Binary101000001100010110001011100110111011011111000101000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0C58B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0C58B; }

 p { color: rgb(160,197,139); }

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

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

 a { background-color: rgb(160,197,139); }

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

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

 span { border-color: rgb(160,197,139); }

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