#A1C891

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

Shades of Gossip #A1C891

Tints of Gossip #A1C891

Color information

#A1C891 (or 0xA1C891) is unknown color: approx Gossip. HEX triplet: A1, C8 and 91. RGB value is (161,200,145). Sum of RGB (Red+Green+Blue) = 161+200+145=506 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.82% from 506); Green value is 200 (78.52% from 255 or 39.53% from 506); Blue value is 145 (57.03% from 255 or 28.66% from 506); Max value from RGB is 200 - color contains mainly: green. Hex color #A1C891 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1C891 is #5E376E. Grayscale: #B6B6B6. Windows color (decimal): -6174575 or 9554081. OLE color: 9554081.

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

Color convert

RGB161200145-
CMYK0.1900.280.22
HSL102.55º33.33%67.65%-
HSV(B)102.55º27.5%78.43%-
XYZ40.4650.9334.49-
YUV182.07107.08112.97-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.82%
GREEN value IS 200 (78.52% from 255) = 39.53%
BLUE value IS 145 (57.03% from 255) = 28.66%
R=31.82%
G=39.53%
B=28.66%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1612001450.1900.280.22102.5533.3367.65
HexA1C8911301C16672144
Octal241310221230342614741104
Binary101000011100100010010001100110111001011011001111000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1C891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1C891; }

 p { color: rgb(161,200,145); }

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

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

 a { background-color: rgb(161,200,145); }

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

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

 span { border-color: rgb(161,200,145); }

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