#A1C884

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

Shades of Gossip #A1C884

Tints of Gossip #A1C884

Color information

#A1C884 (or 0xA1C884) is unknown color: approx Gossip. HEX triplet: A1, C8 and 84. RGB value is (161,200,132). Sum of RGB (Red+Green+Blue) = 161+200+132=493 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.66% from 493); Green value is 200 (78.52% from 255 or 40.57% from 493); Blue value is 132 (51.95% from 255 or 26.77% from 493); Max value from RGB is 200 - color contains mainly: green. Hex color #A1C884 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1C884 is #5E377B. Grayscale: #B4B4B4. Windows color (decimal): -6174588 or 8702113. OLE color: 8702113.

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

Color convert

RGB161200132-
CMYK0.1900.340.22
HSL94.41º38.2%65.1%-
HSV(B)94.41º34%78.43%-
XYZ39.5250.5529.5-
YUV180.59100.58114.03-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.66%
GREEN value IS 200 (78.52% from 255) = 40.57%
BLUE value IS 132 (51.95% from 255) = 26.77%
R=32.66%
G=40.57%
B=26.77%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1612001320.1900.340.2294.4138.265.1
HexA1C88413022165e2641
Octal241310204230422613646101
Binary1010000111001000100001001001101000101011010111101001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1C884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1C884; }

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

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

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

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

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

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

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

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