#A3CC84

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

Shades of Gossip #A3CC84

Tints of Gossip #A3CC84

Color information

#A3CC84 (or 0xA3CC84) is unknown color: approx Gossip. HEX triplet: A3, CC and 84. RGB value is (163,204,132). Sum of RGB (Red+Green+Blue) = 163+204+132=499 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.67% from 499); Green value is 204 (80.08% from 255 or 40.88% from 499); Blue value is 132 (51.95% from 255 or 26.45% from 499); Max value from RGB is 204 - color contains mainly: green. Hex color #A3CC84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3CC84 is #5C337B. Grayscale: #B7B7B7. Windows color (decimal): -6042492 or 8703139. OLE color: 8703139.

HSL color Cylindrical-coordinate representation of color #A3CC84: hue angle of 94.17º 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 #A3CC84 is Cyan = 0.20, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.2.

Color convert

RGB163204132-
CMYK0.2000.350.2
HSL94.17º41.38%65.88%-
HSV(B)94.17º35.29%80%-
XYZ40.8652.6429.84-
YUV183.5398.92113.35-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.67%
GREEN value IS 204 (80.08% from 255) = 40.88%
BLUE value IS 132 (51.95% from 255) = 26.45%
R=32.67%
G=40.88%
B=26.45%

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
Decimal1632041320.2000.350.294.1741.3865.88
HexA3CC8414023145e2942
Octal243314204240432413651102
Binary1010001111001100100001001010001000111010010111101010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3CC84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3CC84; }

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

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

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

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

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

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

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

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