#A8C993

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

Shades of Gossip #A8C993

Tints of Gossip #A8C993

Color information

#A8C993 (or 0xA8C993) is unknown color: approx Gossip. HEX triplet: A8, C9 and 93. RGB value is (168,201,147). Sum of RGB (Red+Green+Blue) = 168+201+147=516 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.56% from 516); Green value is 201 (78.91% from 255 or 38.95% from 516); Blue value is 147 (57.81% from 255 or 28.49% from 516); Max value from RGB is 201 - color contains mainly: green. Hex color #A8C993 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C993 is #57366C. Grayscale: #B9B9B9. Windows color (decimal): -5715565 or 9685416. OLE color: 9685416.

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

Color convert

RGB168201147-
CMYK0.1600.270.21
HSL96.67º33.33%68.24%-
HSV(B)96.67º26.87%78.82%-
XYZ42.352.235.45-
YUV184.98106.57115.89-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.56%
GREEN value IS 201 (78.91% from 255) = 38.95%
BLUE value IS 147 (57.81% from 255) = 28.49%
R=32.56%
G=38.95%
B=28.49%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1682011470.1600.270.2196.6733.3368.24
HexA8C9931001B15612144
Octal250311223200332514141104
Binary101010001100100110010011100000110111010111000011000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8C993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8C993; }

 p { color: rgb(168,201,147); }

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

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

 a { background-color: rgb(168,201,147); }

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

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

 span { border-color: rgb(168,201,147); }

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