#A0CB7C

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

Shades of Gossip #A0CB7C

Tints of Gossip #A0CB7C

Color information

#A0CB7C (or 0xA0CB7C) is unknown color: approx Gossip. HEX triplet: A0, CB and 7C. RGB value is (160,203,124). Sum of RGB (Red+Green+Blue) = 160+203+124=487 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.85% from 487); Green value is 203 (79.69% from 255 or 41.68% from 487); Blue value is 124 (48.83% from 255 or 25.46% from 487); Max value from RGB is 203 - color contains mainly: green. Hex color #A0CB7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0CB7C is #5F3483. Grayscale: #B5B5B5. Windows color (decimal): -6239364 or 8178592. OLE color: 8178592.

HSL color Cylindrical-coordinate representation of color #A0CB7C: hue angle of 92.66º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A0CB7C is Cyan = 0.21, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.20.

Color convert

RGB160203124-
CMYK0.2100.390.20
HSL92.66º43.17%64.12%-
HSV(B)92.66º38.92%79.61%-
XYZ39.4951.6426.96-
YUV181.1495.75112.92-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.85%
GREEN value IS 203 (79.69% from 255) = 41.68%
BLUE value IS 124 (48.83% from 255) = 25.46%
R=32.85%
G=41.68%
B=25.46%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1602031240.2100.390.2092.6643.1764.12
HexA0CB7C15027145d2b40
Octal240313174250472413553100
Binary101000001100101111111001010101001111010010111011010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0CB7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0CB7C; }

 p { color: rgb(160,203,124); }

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

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

 a { background-color: rgb(160,203,124); }

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

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

 span { border-color: rgb(160,203,124); }

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