#A5CE92

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

Shades of Gossip #A5CE92

Tints of Gossip #A5CE92

Color information

#A5CE92 (or 0xA5CE92) is unknown color: approx Gossip. HEX triplet: A5, CE and 92. RGB value is (165,206,146). Sum of RGB (Red+Green+Blue) = 165+206+146=517 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.91% from 517); Green value is 206 (80.86% from 255 or 39.85% from 517); Blue value is 146 (57.42% from 255 or 28.24% from 517); Max value from RGB is 206 - color contains mainly: green. Hex color #A5CE92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5CE92 is #5A316D. Grayscale: #BBBBBB. Windows color (decimal): -5910894 or 9621157. OLE color: 9621157.

HSL color Cylindrical-coordinate representation of color #A5CE92: hue angle of 101º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A5CE92 is Cyan = 0.20, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.19.

Color convert

RGB165206146-
CMYK0.2000.290.19
HSL101º37.97%69.02%-
HSV(B)101º29.13%80.78%-
XYZ42.7854.2235.4-
YUV186.9104.92112.38-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.91%
GREEN value IS 206 (80.86% from 255) = 39.85%
BLUE value IS 146 (57.42% from 255) = 28.24%
R=31.91%
G=39.85%
B=28.24%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1652061460.2000.290.1910137.9769.02
HexA5CE921401D13652645
Octal245316222240352314546105
Binary101001011100111010010010101000111011001111001011001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5CE92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5CE92; }

 p { color: rgb(165,206,146); }

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

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

 a { background-color: rgb(165,206,146); }

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

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

 span { border-color: rgb(165,206,146); }

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