#A5CC91

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

Shades of Gossip #A5CC91

Tints of Gossip #A5CC91

Color information

#A5CC91 (or 0xA5CC91) is unknown color: approx Gossip. HEX triplet: A5, CC and 91. RGB value is (165,204,145). Sum of RGB (Red+Green+Blue) = 165+204+145=514 (68% of max value = 765). Red value is 165 (64.84% from 255 or 32.10% from 514); Green value is 204 (80.08% from 255 or 39.69% from 514); Blue value is 145 (57.03% from 255 or 28.21% from 514); Max value from RGB is 204 - color contains mainly: green. Hex color #A5CC91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5CC91 is #5A336E. Grayscale: #B9B9B9. Windows color (decimal): -5911407 or 9555109. OLE color: 9555109.

HSL color Cylindrical-coordinate representation of color #A5CC91: hue angle of 99.66º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A5CC91 is Cyan = 0.19, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.2.

Color convert

RGB165204145-
CMYK0.1900.290.2
HSL99.66º36.65%68.43%-
HSV(B)99.66º28.92%80%-
XYZ42.2253.2334.84-
YUV185.61105.08113.3-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.10%
GREEN value IS 204 (80.08% from 255) = 39.69%
BLUE value IS 145 (57.03% from 255) = 28.21%
R=32.10%
G=39.69%
B=28.21%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1652041450.1900.290.299.6636.6568.43
HexA5CC911301D14642544
Octal245314221230352414445104
Binary101001011100110010010001100110111011010011001001001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5CC91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5CC91; }

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

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

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

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

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

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

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

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