#A0C689

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

Shades of Gossip #A0C689

Tints of Gossip #A0C689

Color information

#A0C689 (or 0xA0C689) is unknown color: approx Gossip. HEX triplet: A0, C6 and 89. RGB value is (160,198,137). Sum of RGB (Red+Green+Blue) = 160+198+137=495 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.32% from 495); Green value is 198 (77.73% from 255 or 40% from 495); Blue value is 137 (53.91% from 255 or 27.68% from 495); Max value from RGB is 198 - color contains mainly: green. Hex color #A0C689 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0C689 is #5F3976. Grayscale: #B3B3B3. Windows color (decimal): -6240631 or 9029280. OLE color: 9029280.

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

Color convert

RGB160198137-
CMYK0.1900.310.22
HSL97.38º34.86%65.69%-
HSV(B)97.38º30.81%77.65%-
XYZ39.2149.6731.19-
YUV179.68103.91113.96-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.32%
GREEN value IS 198 (77.73% from 255) = 40%
BLUE value IS 137 (53.91% from 255) = 27.68%
R=32.32%
G=40%
B=27.68%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1601981370.1900.310.2297.3834.8665.69
HexA0C6891301F16612342
Octal240306211230372614143102
Binary101000001100011010001001100110111111011011000011000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0C689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0C689; }

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

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

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

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

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

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

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

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