#A5CD8D

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

Shades of Gossip #A5CD8D

Tints of Gossip #A5CD8D

Color information

#A5CD8D (or 0xA5CD8D) is unknown color: approx Gossip. HEX triplet: A5, CD and 8D. RGB value is (165,205,141). Sum of RGB (Red+Green+Blue) = 165+205+141=511 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.29% from 511); Green value is 205 (80.47% from 255 or 40.12% from 511); Blue value is 141 (55.47% from 255 or 27.59% from 511); Max value from RGB is 205 - color contains mainly: green. Hex color #A5CD8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5CD8D is #5A3272. Grayscale: #B9B9B9. Windows color (decimal): -5911155 or 9293221. OLE color: 9293221.

HSL color Cylindrical-coordinate representation of color #A5CD8D: hue angle of 97.5º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A5CD8D is Cyan = 0.20, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.20.

Color convert

RGB165205141-
CMYK0.2000.310.20
HSL97.5º39.02%67.84%-
HSV(B)97.5º31.22%80.39%-
XYZ42.1653.5933.32-
YUV185.74102.75113.2-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.29%
GREEN value IS 205 (80.47% from 255) = 40.12%
BLUE value IS 141 (55.47% from 255) = 27.59%
R=32.29%
G=40.12%
B=27.59%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1652051410.2000.310.2097.539.0267.84
HexA5CD8D1401F14612744
Octal245315215240372414147104
Binary101001011100110110001101101000111111010011000011001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5CD8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5CD8D; }

 p { color: rgb(165,205,141); }

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

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

 a { background-color: rgb(165,205,141); }

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

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

 span { border-color: rgb(165,205,141); }

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