#A1C58B

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

Shades of Gossip #A1C58B

Tints of Gossip #A1C58B

Color information

#A1C58B (or 0xA1C58B) is unknown color: approx Gossip. HEX triplet: A1, C5 and 8B. RGB value is (161,197,139). Sum of RGB (Red+Green+Blue) = 161+197+139=497 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.39% from 497); Green value is 197 (77.34% from 255 or 39.64% from 497); Blue value is 139 (54.69% from 255 or 27.97% from 497); Max value from RGB is 197 - color contains mainly: green. Hex color #A1C58B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1C58B is #5E3A74. Grayscale: #B3B3B3. Windows color (decimal): -6175349 or 9160097. OLE color: 9160097.

HSL color Cylindrical-coordinate representation of color #A1C58B: hue angle of 97.24º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A1C58B is Cyan = 0.18, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.23.

Color convert

RGB161197139-
CMYK0.1800.290.23
HSL97.24º33.33%65.88%-
HSV(B)97.24º29.44%77.25%-
XYZ39.3249.3731.88-
YUV179.62105.07114.72-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.39%
GREEN value IS 197 (77.34% from 255) = 39.64%
BLUE value IS 139 (54.69% from 255) = 27.97%
R=32.39%
G=39.64%
B=27.97%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1611971390.1800.290.2397.2433.3365.88
HexA1C58B1201D17612142
Octal241305213220352714141102
Binary101000011100010110001011100100111011011111000011000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1C58B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1C58B; }

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

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

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

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

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

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

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

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