#A3CC85

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

Shades of Gossip #A3CC85

Tints of Gossip #A3CC85

Color information

#A3CC85 (or 0xA3CC85) is unknown color: approx Gossip. HEX triplet: A3, CC and 85. RGB value is (163,204,133). Sum of RGB (Red+Green+Blue) = 163+204+133=500 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.6% from 500); Green value is 204 (80.08% from 255 or 40.8% from 500); Blue value is 133 (52.34% from 255 or 26.6% from 500); Max value from RGB is 204 - color contains mainly: green. Hex color #A3CC85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3CC85 is #5C337A. Grayscale: #B7B7B7. Windows color (decimal): -6042491 or 8768675. OLE color: 8768675.

HSL color Cylindrical-coordinate representation of color #A3CC85: hue angle of 94.65º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A3CC85 is Cyan = 0.20, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.2.

Color convert

RGB163204133-
CMYK0.2000.350.2
HSL94.65º41.04%66.08%-
HSV(B)94.65º34.8%80%-
XYZ40.9352.6730.2-
YUV183.6599.42113.27-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.6%
GREEN value IS 204 (80.08% from 255) = 40.8%
BLUE value IS 133 (52.34% from 255) = 26.6%
R=32.6%
G=40.8%
B=26.6%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1632041330.2000.350.294.6541.0466.08
HexA3CC8514023145f2942
Octal243314205240432413751102
Binary1010001111001100100001011010001000111010010111111010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3CC85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3CC85; }

 p { color: rgb(163,204,133); }

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

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

 a { background-color: rgb(163,204,133); }

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

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

 span { border-color: rgb(163,204,133); }

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