#A5C992

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

Shades of Gossip #A5C992

Tints of Gossip #A5C992

Color information

#A5C992 (or 0xA5C992) is unknown color: approx Gossip. HEX triplet: A5, C9 and 92. RGB value is (165,201,146). Sum of RGB (Red+Green+Blue) = 165+201+146=512 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.23% from 512); Green value is 201 (78.91% from 255 or 39.26% from 512); Blue value is 146 (57.42% from 255 or 28.52% from 512); Max value from RGB is 201 - color contains mainly: green. Hex color #A5C992 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5C992 is #5A366D. Grayscale: #B8B8B8. Windows color (decimal): -5912174 or 9619877. OLE color: 9619877.

HSL color Cylindrical-coordinate representation of color #A5C992: hue angle of 99.27º degrees, saturation: 0.34, 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 #A5C992 is Cyan = 0.18, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.21.

Color convert

RGB165201146-
CMYK0.1800.270.21
HSL99.27º33.74%68.04%-
HSV(B)99.27º27.36%78.82%-
XYZ41.5951.8535.01-
YUV183.97106.57114.47-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.23%
GREEN value IS 201 (78.91% from 255) = 39.26%
BLUE value IS 146 (57.42% from 255) = 28.52%
R=32.23%
G=39.26%
B=28.52%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1652011460.1800.270.2199.2733.7468.04
HexA5C9921201B15632244
Octal245311222220332514342104
Binary101001011100100110010010100100110111010111000111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C992; }

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

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

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

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

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

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

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

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