#A5CA91

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

Shades of Gossip #A5CA91

Tints of Gossip #A5CA91

Color information

#A5CA91 (or 0xA5CA91) is unknown color: approx Gossip. HEX triplet: A5, CA and 91. RGB value is (165,202,145). Sum of RGB (Red+Green+Blue) = 165+202+145=512 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.23% from 512); Green value is 202 (79.30% from 255 or 39.45% from 512); Blue value is 145 (57.03% from 255 or 28.32% from 512); Max value from RGB is 202 - color contains mainly: green. Hex color #A5CA91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5CA91 is #5A356E. Grayscale: #B8B8B8. Windows color (decimal): -5911919 or 9554597. OLE color: 9554597.

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

Color convert

RGB165202145-
CMYK0.1800.280.21
HSL98.95º34.97%68.04%-
HSV(B)98.95º28.22%79.22%-
XYZ41.7552.2834.68-
YUV184.44105.74114.13-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.23%
GREEN value IS 202 (79.30% from 255) = 39.45%
BLUE value IS 145 (57.03% from 255) = 28.32%
R=32.23%
G=39.45%
B=28.32%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1652021450.1800.280.2198.9534.9768.04
HexA5CA911201C15632344
Octal245312221220342514343104
Binary101001011100101010010001100100111001010111000111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5CA91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5CA91; }

 p { color: rgb(165,202,145); }

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

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

 a { background-color: rgb(165,202,145); }

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

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

 span { border-color: rgb(165,202,145); }

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