#A4C991

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

Shades of Gossip #A4C991

Tints of Gossip #A4C991

Color information

#A4C991 (or 0xA4C991) is unknown color: approx Gossip. HEX triplet: A4, C9 and 91. RGB value is (164,201,145). Sum of RGB (Red+Green+Blue) = 164+201+145=510 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.16% from 510); Green value is 201 (78.91% from 255 or 39.41% from 510); Blue value is 145 (57.03% from 255 or 28.43% from 510); Max value from RGB is 201 - color contains mainly: green. Hex color #A4C991 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4C991 is #5B366E. Grayscale: #B7B7B7. Windows color (decimal): -5977711 or 9554340. OLE color: 9554340.

HSL color Cylindrical-coordinate representation of color #A4C991: hue angle of 99.64º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A4C991 is Cyan = 0.18, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.21.

Color convert

RGB164201145-
CMYK0.1800.280.21
HSL99.64º34.15%67.84%-
HSV(B)99.64º27.86%78.82%-
XYZ41.3151.7134.59-
YUV183.55106.24114.05-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.16%
GREEN value IS 201 (78.91% from 255) = 39.41%
BLUE value IS 145 (57.03% from 255) = 28.43%
R=32.16%
G=39.41%
B=28.43%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1642011450.1800.280.2199.6434.1567.84
HexA4C9911201C15642244
Octal244311221220342514442104
Binary101001001100100110010001100100111001010111001001000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4C991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4C991; }

 p { color: rgb(164,201,145); }

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

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

 a { background-color: rgb(164,201,145); }

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

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

 span { border-color: rgb(164,201,145); }

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