#A1C98B

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

Shades of Gossip #A1C98B

Tints of Gossip #A1C98B

Color information

#A1C98B (or 0xA1C98B) is unknown color: approx Gossip. HEX triplet: A1, C9 and 8B. RGB value is (161,201,139). Sum of RGB (Red+Green+Blue) = 161+201+139=501 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.14% from 501); Green value is 201 (78.91% from 255 or 40.12% from 501); Blue value is 139 (54.69% from 255 or 27.74% from 501); Max value from RGB is 201 - color contains mainly: green. Hex color #A1C98B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1C98B is #5E3674. Grayscale: #B6B6B6. Windows color (decimal): -6174325 or 9161121. OLE color: 9161121.

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

Color convert

RGB161201139-
CMYK0.2000.310.21
HSL98.71º36.47%66.67%-
HSV(B)98.71º30.85%78.82%-
XYZ40.2451.2132.19-
YUV181.97103.75113.04-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.14%
GREEN value IS 201 (78.91% from 255) = 40.12%
BLUE value IS 139 (54.69% from 255) = 27.74%
R=32.14%
G=40.12%
B=27.74%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1612011390.2000.310.2198.7136.4766.67
HexA1C98B1401F15632443
Octal241311213240372514344103
Binary101000011100100110001011101000111111010111000111001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1C98B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1C98B; }

 p { color: rgb(161,201,139); }

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

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

 a { background-color: rgb(161,201,139); }

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

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

 span { border-color: rgb(161,201,139); }

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