#A5D693

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

Shades of Gossip #A5D693

Tints of Gossip #A5D693

Color information

#A5D693 (or 0xA5D693) is unknown color: approx Gossip. HEX triplet: A5, D6 and 93. RGB value is (165,214,147). Sum of RGB (Red+Green+Blue) = 165+214+147=526 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.37% from 526); Green value is 214 (83.98% from 255 or 40.68% from 526); Blue value is 147 (57.81% from 255 or 27.95% from 526); Max value from RGB is 214 - color contains mainly: green. Hex color #A5D693 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5D693 is #5A296C. Grayscale: #BFBFBF. Windows color (decimal): -5908845 or 9688741. OLE color: 9688741.

HSL color Cylindrical-coordinate representation of color #A5D693: hue angle of 103.88º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A5D693 is Cyan = 0.23, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB165214147-
CMYK0.2300.310.16
HSL103.88º44.97%70.78%-
HSV(B)103.88º31.31%83.92%-
XYZ44.8358.236.47-
YUV191.71102.77108.95-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.37%
GREEN value IS 214 (83.98% from 255) = 40.68%
BLUE value IS 147 (57.81% from 255) = 27.95%
R=31.37%
G=40.68%
B=27.95%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1652141470.2300.310.16103.8844.9770.78
HexA5D6931701F10682d47
Octal245326223270372015055107
Binary101001011101011010010011101110111111000011010001011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5D693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5D693; }

 p { color: rgb(165,214,147); }

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

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

 a { background-color: rgb(165,214,147); }

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

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

 span { border-color: rgb(165,214,147); }

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