#A3D28B

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

Shades of Gossip #A3D28B

Tints of Gossip #A3D28B

Color information

#A3D28B (or 0xA3D28B) is unknown color: approx Gossip. HEX triplet: A3, D2 and 8B. RGB value is (163,210,139). Sum of RGB (Red+Green+Blue) = 163+210+139=512 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.84% from 512); Green value is 210 (82.42% from 255 or 41.02% from 512); Blue value is 139 (54.69% from 255 or 27.15% from 512); Max value from RGB is 210 - color contains mainly: green. Hex color #A3D28B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3D28B is #5C2D74. Grayscale: #BCBCBC. Windows color (decimal): -6040949 or 9163427. OLE color: 9163427.

HSL color Cylindrical-coordinate representation of color #A3D28B: hue angle of 99.72º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A3D28B is Cyan = 0.22, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.

Color convert

RGB163210139-
CMYK0.2200.340.18
HSL99.72º44.1%68.43%-
HSV(B)99.72º33.81%82.35%-
XYZ42.8155.7432.93-
YUV187.85100.43110.27-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.84%
GREEN value IS 210 (82.42% from 255) = 41.02%
BLUE value IS 139 (54.69% from 255) = 27.15%
R=31.84%
G=41.02%
B=27.15%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1632101390.2200.340.1899.7244.168.43
HexA3D28B1602212642c44
Octal243322213260422214454104
Binary1010001111010010100010111011001000101001011001001011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3D28B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3D28B; }

 p { color: rgb(163,210,139); }

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

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

 a { background-color: rgb(163,210,139); }

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

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

 span { border-color: rgb(163,210,139); }

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