#A1C68A

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

Shades of Gossip #A1C68A

Tints of Gossip #A1C68A

Color information

#A1C68A (or 0xA1C68A) is unknown color: approx Gossip. HEX triplet: A1, C6 and 8A. RGB value is (161,198,138). Sum of RGB (Red+Green+Blue) = 161+198+138=497 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.39% from 497); Green value is 198 (77.73% from 255 or 39.84% from 497); Blue value is 138 (54.30% from 255 or 27.77% from 497); Max value from RGB is 198 - color contains mainly: green. Hex color #A1C68A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1C68A is #5E3975. Grayscale: #B4B4B4. Windows color (decimal): -6175094 or 9094817. OLE color: 9094817.

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

Color convert

RGB161198138-
CMYK0.1900.300.22
HSL97º34.48%65.88%-
HSV(B)97º30.3%77.65%-
XYZ39.4849.831.58-
YUV180.1104.24114.38-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.39%
GREEN value IS 198 (77.73% from 255) = 39.84%
BLUE value IS 138 (54.30% from 255) = 27.77%
R=32.39%
G=39.84%
B=27.77%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1611981380.1900.300.229734.4865.88
HexA1C68A1301E16612242
Octal241306212230362614142102
Binary101000011100011010001010100110111101011011000011000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1C68A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1C68A; }

 p { color: rgb(161,198,138); }

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

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

 a { background-color: rgb(161,198,138); }

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

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

 span { border-color: rgb(161,198,138); }

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