#A1C788

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

Shades of Gossip #A1C788

Tints of Gossip #A1C788

Color information

#A1C788 (or 0xA1C788) is unknown color: approx Gossip. HEX triplet: A1, C7 and 88. RGB value is (161,199,136). Sum of RGB (Red+Green+Blue) = 161+199+136=496 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.46% from 496); Green value is 199 (78.12% from 255 or 40.12% from 496); Blue value is 136 (53.52% from 255 or 27.42% from 496); Max value from RGB is 199 - color contains mainly: green. Hex color #A1C788 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1C788 is #5E3877. Grayscale: #B4B4B4. Windows color (decimal): -6174840 or 8964001. OLE color: 8964001.

HSL color Cylindrical-coordinate representation of color #A1C788: hue angle of 96.19º degrees, saturation: 0.36, 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 #A1C788 is Cyan = 0.19, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.22.

Color convert

RGB161199136-
CMYK0.1900.320.22
HSL96.19º36%65.69%-
HSV(B)96.19º31.66%78.04%-
XYZ39.5750.230.9-
YUV180.46102.91114.12-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.46%
GREEN value IS 199 (78.12% from 255) = 40.12%
BLUE value IS 136 (53.52% from 255) = 27.42%
R=32.46%
G=40.12%
B=27.42%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1611991360.1900.320.2296.193665.69
HexA1C7881302016602442
Octal241307210230402614044102
Binary1010000111000111100010001001101000001011011000001001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1C788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1C788; }

 p { color: rgb(161,199,136); }

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

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

 a { background-color: rgb(161,199,136); }

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

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

 span { border-color: rgb(161,199,136); }

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