#A2C98C

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

Shades of Gossip #A2C98C

Tints of Gossip #A2C98C

Color information

#A2C98C (or 0xA2C98C) is unknown color: approx Gossip. HEX triplet: A2, C9 and 8C. RGB value is (162,201,140). Sum of RGB (Red+Green+Blue) = 162+201+140=503 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.21% from 503); Green value is 201 (78.91% from 255 or 39.96% from 503); Blue value is 140 (55.08% from 255 or 27.83% from 503); Max value from RGB is 201 - color contains mainly: green. Hex color #A2C98C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2C98C is #5D3673. Grayscale: #B6B6B6. Windows color (decimal): -6108788 or 9226658. OLE color: 9226658.

HSL color Cylindrical-coordinate representation of color #A2C98C: hue angle of 98.36º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A2C98C is Cyan = 0.19, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB162201140-
CMYK0.1900.300.21
HSL98.36º36.09%66.86%-
HSV(B)98.36º30.35%78.82%-
XYZ40.5251.3532.59-
YUV182.38104.08113.46-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.21%
GREEN value IS 201 (78.91% from 255) = 39.96%
BLUE value IS 140 (55.08% from 255) = 27.83%
R=32.21%
G=39.96%
B=27.83%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1622011400.1900.300.2198.3636.0966.86
HexA2C98C1301E15622443
Octal242311214230362514244103
Binary101000101100100110001100100110111101010111000101001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2C98C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2C98C; }

 p { color: rgb(162,201,140); }

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

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

 a { background-color: rgb(162,201,140); }

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

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

 span { border-color: rgb(162,201,140); }

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