#A2C98F

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

Shades of Gossip #A2C98F

Tints of Gossip #A2C98F

Color information

#A2C98F (or 0xA2C98F) is unknown color: approx Gossip. HEX triplet: A2, C9 and 8F. RGB value is (162,201,143). Sum of RGB (Red+Green+Blue) = 162+201+143=506 (67% of max value = 765). Red value is 162 (63.67% from 255 or 32.02% from 506); Green value is 201 (78.91% from 255 or 39.72% from 506); Blue value is 143 (56.25% from 255 or 28.26% from 506); Max value from RGB is 201 - color contains mainly: green. Hex color #A2C98F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2C98F is #5D3670. Grayscale: #B6B6B6. Windows color (decimal): -6108785 or 9423266. OLE color: 9423266.

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

Color convert

RGB162201143-
CMYK0.1900.290.21
HSL100.34º34.94%67.45%-
HSV(B)100.34º28.86%78.82%-
XYZ40.7451.4433.77-
YUV182.73105.58113.22-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.02%
GREEN value IS 201 (78.91% from 255) = 39.72%
BLUE value IS 143 (56.25% from 255) = 28.26%
R=32.02%
G=39.72%
B=28.26%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1622011430.1900.290.21100.3434.9467.45
HexA2C98F1301D15642343
Octal242311217230352514443103
Binary101000101100100110001111100110111011010111001001000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2C98F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2C98F; }

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

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

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

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

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

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

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

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